summaryrefslogtreecommitdiff
path: root/tests/admin_views
diff options
context:
space:
mode:
Diffstat (limited to 'tests/admin_views')
-rw-r--r--tests/admin_views/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_views/models.py b/tests/admin_views/models.py
index 284a4cfacb..36a8423c41 100644
--- a/tests/admin_views/models.py
+++ b/tests/admin_views/models.py
@@ -759,7 +759,7 @@ class PrePopulatedPostLargeSlug(models.Model):
"""
Regression test for #15938: a large max_length for the slugfield must not
be localized in prepopulated_fields_js.html or it might end up breaking
- the javascript (ie, using THOUSAND_SEPARATOR ends up with maxLength=1,000)
+ the JavaScript (ie, using THOUSAND_SEPARATOR ends up with maxLength=1,000)
"""
title = models.CharField(max_length=100)
published = models.BooleanField(default=False)