Ticket #9437: models.py.diff
File models.py.diff, 622 bytes (added by , 16 years ago) |
---|
-
django/contrib/gis/models.py
266 266 raise ValueError('Failed to find spatial reference entry in "%s" corresponding to SRID=%s.' % 267 267 (SpatialRefSys._meta.db_table, srid)) 268 268 srs_wkt = fetched[0] 269 connection.close() 269 270 270 271 # Getting metadata associated with the spatial reference system identifier. 271 272 # Specifically, getting the unit information and spheroid information