summaryrefslogtreecommitdiff
path: root/tests/admin_ordering
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2014-03-02 15:25:53 +0100
committerTim Graham <timograham@gmail.com>2014-03-03 07:38:09 -0500
commit0d912258921a442c48d5787228db2db5af7e8fa5 (patch)
treef6826425de5bca2498c46e5242b870282a34eda2 /tests/admin_ordering
parent6acaa5238668593d6d854b28dbfa65e95796585c (diff)
downloaddjango-0d912258921a442c48d5787228db2db5af7e8fa5.tar.gz
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
Diffstat (limited to 'tests/admin_ordering')
-rw-r--r--tests/admin_ordering/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_ordering/tests.py b/tests/admin_ordering/tests.py
index acd1a5ccdb..7a6efb0b4d 100644
--- a/tests/admin_ordering/tests.py
+++ b/tests/admin_ordering/tests.py
@@ -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')