django1/django/contrib/gis/db/backends
Claude Paroz 550b6195ed Made an aggregate test pass with spatialite backend
backends.tests.SqliteAggregationTests was failing with spatialite.
2013-07-09 19:47:57 +02:00
..
mysql Made gis_terms be a set, rather than a dict with None for all keys. 2013-05-09 08:13:13 -07:00
oracle Replaced some dicts with sets. 2013-07-08 09:48:56 +10:00
postgis Replaced some dicts with sets. 2013-07-08 09:48:56 +10:00
spatialite Made an aggregate test pass with spatialite backend 2013-07-09 19:47:57 +02:00
__init__.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
adapter.py Fixed #13670 -- Comparisons with the spatial adapter won't blow up in some corner cases. Thanks, milosu for the bug report and jpaulett for the patch. 2011-09-10 00:29:34 +00:00
base.py Made gis_terms be a set, rather than a dict with None for all keys. 2013-05-09 08:13:13 -07:00
util.py Fixed #17260 -- Added time zone aware aggregation and lookups. 2013-02-16 09:19:04 +01:00