1
0
mirror of https://github.com/django/django.git synced 2025-10-31 01:25:32 +00:00

Fixed capitalization of "ECMAScript" and "JavaScript".

This commit is contained in:
Nick Pope
2021-04-29 19:29:08 +01:00
committed by GitHub
parent 907d3a7ff4
commit 2161db0792
10 changed files with 17 additions and 17 deletions

View File

@@ -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)