2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-03 04:00:57 +00:00

Select existing image and upload successfully

This commit is contained in:
Oliver Walters
2020-02-10 23:48:45 +11:00
parent 534b60d4b8
commit d4fe83170f
5 changed files with 50 additions and 13 deletions

View File

@ -12,7 +12,6 @@ from django.core.exceptions import ValidationError
from django.urls import reverse
from django.conf import settings
from django.core.files.base import ContentFile
from django.db import models, transaction
from django.db.models import Sum
from django.db.models import prefetch_related_objects