django1/django/contrib/gis/db/models
Justin Bronn 1707304bad Fixed test cases and `GeoQuerySet.geojson` to support PostGIS 1.4.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11340 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-27 04:21:31 +00:00
..
fields Refactored `get_srid_info` to use the ORM (now possible since it's no longer used in `GeometryField.__init__`), and moved to `fields` module; removed unnecessary code. 2009-04-10 18:08:37 +00:00
sql Fixed #11489 -- `GeoQuery.resolve_columns` now recognizes annotations; disabled problematic test cases on Oracle and added notes on why. 2009-07-16 22:38:22 +00:00
__init__.py Forgot to remove import of defunct `GeoMixin`. 2009-03-31 17:19:03 +00:00
aggregates.py Refactored and cleaned up parts of the spatial database backend. Changes include: 2009-03-30 17:15:49 +00:00
manager.py Forgot to add `collect` to `GeoManager`. 2009-07-15 02:20:51 +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 test cases and `GeoQuerySet.geojson` to support PostGIS 1.4. 2009-07-27 04:21:31 +00:00