mirror of
https://github.com/django/django.git
synced 2025-11-02 12:58:56 +00:00
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
This commit is contained in:
parent
6acaa52386
commit
0d91225892
121 changed files with 208 additions and 208 deletions
|
|
@ -58,7 +58,7 @@ class TestAdminOrdering(TestCase):
|
|||
|
||||
def test_dynamic_ordering(self):
|
||||
"""
|
||||
Let's use a custom ModelAdmin that changes the ordering dinamically.
|
||||
Let's use a custom ModelAdmin that changes the ordering dynamically.
|
||||
"""
|
||||
super_user = User.objects.create(username='admin', is_superuser=True)
|
||||
other_user = User.objects.create(username='other')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue