django1/django/contrib/gis/db
Justin Bronn 5ec44450df Modified `GeoManager.get_query_set` to reflect changes made for database routing in r12272.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12275 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-22 18:30:23 +00:00
..
backends Fixed problems associated with the `GeometryField` SRID cache: it is now keyed by the connection alias rather than the spatial backend name (e.g., `spatial_ref_sys` tables may have different entries, even if backend is the same), explicitly pass in connection alias to `SpatialRefSys` query to ensure correct entry is retrieved, and removed unused code from `GeometryField.get_distance`. Thanks, Josh Livni, for the bug report. 2010-01-18 21:49:13 +00:00
models Modified `GeoManager.get_query_set` to reflect changes made for database routing in r12272. 2010-01-22 18:30:23 +00:00
__init__.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00