django1/django/contrib/gis/db/models
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
..
sql Fixed #12540, #12541 -- Added database routers, allowing for configurable database use behavior in a multi-db setup, and improved error checking for cross-database joins. 2010-01-22 14:30:06 +00:00
__init__.py Forgot to remove import of defunct `GeoMixin`. 2009-03-31 17:19:03 +00:00
aggregates.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
fields.py 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
manager.py Modified `GeoManager.get_query_set` to reflect changes made for database routing in r12272. 2010-01-22 18:30:23 +00:00
proxy.py Refactored and cleaned up parts of the spatial database backend. Changes include: 2009-03-30 17:15:49 +00:00
query.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00