diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2014-03-03 13:27:17 +0800 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2014-03-03 13:27:17 +0800 |
| commit | 3c5fc708f1a8f60c05182869f6f3ec13697bbcf2 (patch) | |
| tree | f1c15d3e7b7f1c9ed7f92e2f94ec68faad8e0043 /tests/admin_views | |
| parent | 90577c0eb4f46352322d5911e1d7ae69dcf149e7 (diff) | |
Edited contrib.admin check messages for grammar and consistency.
Diffstat (limited to 'tests/admin_views')
| -rw-r--r-- | tests/admin_views/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_views/tests.py b/tests/admin_views/tests.py index 41ac47bafd..382ef56647 100644 --- a/tests/admin_views/tests.py +++ b/tests/admin_views/tests.py @@ -4687,7 +4687,7 @@ class AdminViewOnSiteTests(TestCase): CityAdmin.view_on_site = [] self.assertEqual(CityAdmin.check(City), [ Error( - '"view_on_site" is not a callable or a boolean value.', + "The value of 'view_on_site' must be a callable or a boolean value.", hint=None, obj=CityAdmin, id='admin.E025', |
