diff options
| author | Tim Graham <timograham@gmail.com> | 2016-02-12 11:36:46 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-12 13:01:25 -0500 |
| commit | 004ba0f99eb25c3f32aa3a41707534e955d1878e (patch) | |
| tree | 74273e902b824f7288eac57ba961cbd4b572223c /tests/admin_views | |
| parent | 36f1f5cfb008c465f372389080cdd92671a6cab7 (diff) | |
Removed unneeded hint=None/obj=None in system check messages.
Diffstat (limited to 'tests/admin_views')
| -rw-r--r-- | tests/admin_views/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/admin_views/tests.py b/tests/admin_views/tests.py index 023ace69a9..02ee00b56c 100644 --- a/tests/admin_views/tests.py +++ b/tests/admin_views/tests.py @@ -5845,7 +5845,6 @@ class AdminViewOnSiteTests(TestCase): self.assertEqual(admin.check(), [ Error( "The value of 'view_on_site' must be a callable or a boolean value.", - hint=None, obj=CityAdmin, id='admin.E025', ), |
