summaryrefslogtreecommitdiff
path: root/tests/proxy_models
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-02-12 11:36:46 -0500
committerTim Graham <timograham@gmail.com>2016-02-12 13:01:25 -0500
commit004ba0f99eb25c3f32aa3a41707534e955d1878e (patch)
tree74273e902b824f7288eac57ba961cbd4b572223c /tests/proxy_models
parent36f1f5cfb008c465f372389080cdd92671a6cab7 (diff)
downloaddjango-004ba0f99eb25c3f32aa3a41707534e955d1878e.tar.gz
Removed unneeded hint=None/obj=None in system check messages.
Diffstat (limited to 'tests/proxy_models')
-rw-r--r--tests/proxy_models/tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/proxy_models/tests.py b/tests/proxy_models/tests.py
index 7987ea480e..3f1d0d7a80 100644
--- a/tests/proxy_models/tests.py
+++ b/tests/proxy_models/tests.py
@@ -149,8 +149,6 @@ class ProxyModelTests(TestCase):
expected = [
checks.Error(
"Proxy model 'NoNewFields' contains model fields.",
- hint=None,
- obj=None,
id='models.E017',
)
]