mirror of
https://github.com/django/django.git
synced 2025-03-31 11:37:06 +00:00
Fixed typo in tests/admin_views/tests.py.
This commit is contained in:
parent
e7e5505902
commit
405ec5b9c6
@ -1860,7 +1860,7 @@ class AdminViewPermissionsTest(TestCase):
|
||||
self.assertContains(response, '<a href="/test_admin/admin9/admin_views/article/" class="closelink">Close</a>')
|
||||
|
||||
def test_change_view_post_without_object_change_permission(self):
|
||||
"""A POST redirectS to changelist without modifications."""
|
||||
"""A POST redirects to changelist without modifications."""
|
||||
change_dict = {
|
||||
'title': 'Ikke fordømt',
|
||||
'content': '<p>edited article</p>',
|
||||
|
Loading…
x
Reference in New Issue
Block a user