mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #36500 -- Shortened some long docstrings and comments.
Manually reformatted some long docstrings and comments that would be damaged by the to-be-applied autofixer script, in cases where editorial judgment seemed necessary for style or wording changes.
This commit is contained in:
@@ -86,9 +86,9 @@ class SpatialRefSysTest(TestCase):
|
||||
srs = self.SpatialRefSys.objects.get(srid=sd["srid"])
|
||||
self.assertEqual(sd["srid"], srs.srid)
|
||||
|
||||
# Some of the authority names are borked on Oracle, e.g., SRID=32140.
|
||||
# also, Oracle Spatial seems to add extraneous info to fields, hence the
|
||||
# the testing with the 'startswith' flag.
|
||||
# Some of the authority names are borked on Oracle, e.g.,
|
||||
# SRID=32140. Also, Oracle Spatial seems to add extraneous info to
|
||||
# fields, hence the testing with the 'startswith' flag.
|
||||
auth_name, oracle_flag = sd["auth_name"]
|
||||
# Compare case-insensitively because srs.auth_name is lowercase
|
||||
# ("epsg") on Spatialite.
|
||||
|
||||
Reference in New Issue
Block a user