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:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user