inheritance works with object moves

This commit is contained in:
smilerz
2021-10-19 13:14:22 -05:00
parent 6075ce50e7
commit 79b6d4817e
4 changed files with 19 additions and 22 deletions

View File

@ -15,6 +15,7 @@ from django.core.files.uploadedfile import InMemoryUploadedFile, UploadedFile
from django.core.validators import MinLengthValidator
from django.db import IntegrityError, models
from django.db.models import Index, ProtectedError, Q, Subquery
from django.db.models.fields.related import ManyToManyField
from django.db.models.functions import Substr
from django.utils import timezone
from django.utils.translation import gettext as _