django1/django/contrib/gis/db/models/sql
Justin Bronn 62180a6b44 Fixed #11827: Can now calculate extent in Oracle on tables with one point.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11577 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-09-13 17:40:46 +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 #11827: Can now calculate extent in Oracle on tables with one point. 2009-09-13 17:40:46 +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 #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
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