django1/django/contrib/gis/db/backends
Justin Bronn 7bdb9a90d0 PostGIS 1.5 allows distance queries on non-point geographic geometry columns with `ST_Distance_Sphere`, enabled this functionality.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12890 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-30 23:15:43 +00:00
..
mysql Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's, and works with all spatial backends (Oracle and SpatiaLite did work before). This changeset introduces new introspection modules for all of the spatial backends and adds hooks to the original `inspectdb.Command` class to enable reuse. 2010-01-18 21:02:47 +00:00
oracle Added `reverse` and `force_rhr` methods to `GeoQuerySet`. Refs #12416. 2010-01-29 02:20:58 +00:00
postgis PostGIS 1.5 allows distance queries on non-point geographic geometry columns with `ST_Distance_Sphere`, enabled this functionality. 2010-03-30 23:15:43 +00:00
spatialite Fixed #13070 -- Introduced fallback code to detect SpatiaLite 2.3.0 versions (which do not have `spatialite_version` function). 2010-03-29 19:40:59 +00:00
__init__.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
adapter.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
base.py Added `reverse` and `force_rhr` methods to `GeoQuerySet`. Refs #12416. 2010-01-29 02:20:58 +00:00
util.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00