Merge pull request #1522 from eeintech/import_records_fix

Add owner model to imports ignore list
This commit is contained in:
Oliver 2021-04-28 09:01:48 +10:00 committed by GitHub
commit 9feed0dcdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,6 +248,7 @@ def content_excludes():
"django_q.schedule",
"django_q.task",
"django_q.ormq",
"users.owner",
]
output = ""