django1/django/contrib/gis/db/models
Justin Bronn ae7cb577dd 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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10493 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 18:08:37 +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 #10757 -- Fixed improper selection of primary keys across relations when using `GeoManager.values`. 2009-04-07 21:18:41 +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 Fixed #9745 -- Added the `GeoQuerySet` methods `snap_to_grid` and `geojson`. 2009-04-02 16:50:44 +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 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