2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

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

View File

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