From c5ce5c533bee53f1f5065ae9ef4a91d3fc6173ab Mon Sep 17 00:00:00 2001 From: eeintech Date: Tue, 27 Apr 2021 11:10:46 -0400 Subject: [PATCH] Add owner model to imports ignore list --- tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks.py b/tasks.py index c4eda5e5bf..3065d97243 100644 --- a/tasks.py +++ b/tasks.py @@ -248,6 +248,7 @@ def content_excludes(): "django_q.schedule", "django_q.task", "django_q.ormq", + "users.owner", ] output = ""