django1/django/contrib/gis/db/models/sql
Justin Bronn 32d0730b89 Fixed #11433 -- 3D geometry fields are now supported with PostGIS; EWKB is now used by `PostGISAdaptor`.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11742 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-11-16 18:49:00 +00:00
..
__init__.py Fixed incomplete merge of geographic aggregates; added support for `Extent` aggregate to Oracle spatial backend. Refs #3566. 2009-01-15 19:35:04 +00:00
aggregates.py Fixed #11433 -- 3D geometry fields are now supported with PostGIS; EWKB is now used by `PostGISAdaptor`. 2009-11-16 18:49:00 +00:00
conversion.py Refactored and cleaned up parts of the spatial database backend. Changes include: 2009-03-30 17:15:49 +00:00
query.py Fixed #11433 -- 3D geometry fields are now supported with PostGIS; EWKB is now used by `PostGISAdaptor`. 2009-11-16 18:49:00 +00:00
subqueries.py Fixed #10888 -- May now insert NULL `GeometryField` values on Oracle. 2009-04-24 20:24:50 +00:00
where.py Fixed #11087 -- Fixed the `Count` annotation when used with `GeoManager`. Thanks to dgouldin for ticket and initial patch. 2009-06-03 04:49:16 +00:00