summaryrefslogtreecommitdiff
path: root/tests/admin_checks
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-04-26 10:18:45 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-04-26 10:18:45 -0700
commit2bcb8bfc8de5cd57ebb64b326cd7609aa0d8c1c7 (patch)
tree6c0dc4b5f0d4dbcae6c181efc2b346799ac5caf3 /tests/admin_checks
parent8b5b199e20ad2d8d3e91873ce0cd5d3035e05ece (diff)
downloaddjango-2bcb8bfc8de5cd57ebb64b326cd7609aa0d8c1c7.tar.gz
Fix many many typos in comments throughout the codebase
Diffstat (limited to 'tests/admin_checks')
-rw-r--r--tests/admin_checks/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_checks/tests.py b/tests/admin_checks/tests.py
index 5008555556..81f14afedd 100644
--- a/tests/admin_checks/tests.py
+++ b/tests/admin_checks/tests.py
@@ -409,7 +409,7 @@ class SystemChecksTestCase(TestCase):
def test_nonexistant_field(self):
class SongAdmin(admin.ModelAdmin):
- readonly_fields = ("title", "nonexistant")
+ readonly_fields = ("title", "nonexistent")
errors = SongAdmin.check(model=Song)
expected = [