mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed some typos in comments and docs.
Thanks to Mads Jenson for review.
This commit is contained in:
parent
f1d4a540b2
commit
103a6f4307
6 changed files with 9 additions and 9 deletions
|
@ -235,7 +235,7 @@ class SpecializedFieldTest(SimpleTestCase):
|
|||
ogr.transform(3857)
|
||||
self.assertIn(escape(ogr.json), rendered)
|
||||
|
||||
# map_srid in operlayers.html template must not be localized.
|
||||
# map_srid in openlayers.html template must not be localized.
|
||||
@override_settings(USE_L10N=True, USE_THOUSAND_SEPARATOR=True)
|
||||
def test_pointfield(self):
|
||||
class PointForm(forms.Form):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue