Add owner model to imports ignore list

This commit is contained in:
eeintech 2021-04-27 11:10:46 -04:00
parent 4d2e23f701
commit c5ce5c533b

View File

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