From 93452a70e8a62c7408eeded444f5088d4a26212d Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 2 Dec 2015 23:55:50 +0000 Subject: Fixed many spelling mistakes in code, comments, and docs. --- tests/modeladmin/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/modeladmin') diff --git a/tests/modeladmin/tests.py b/tests/modeladmin/tests.py index eb99764398..5851fa6389 100644 --- a/tests/modeladmin/tests.py +++ b/tests/modeladmin/tests.py @@ -107,7 +107,7 @@ class ModelAdminTests(TestCase): self.assertTrue(ma.lookup_allowed('name__nonexistent', 'test_value')) def test_field_arguments(self): - # If we specify the fields argument, fieldsets_add and fielsets_change should + # If we specify the fields argument, fieldsets_add and fieldsets_change should # just stick the fields into a formsets structure and return it. class BandAdmin(ModelAdmin): fields = ['name'] -- cgit v1.3