summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/models/sql
AgeCommit message (Expand)Author
2009-03-30Refactored and cleaned up parts of the spatial database backend. Changes inc...Justin Bronn
2009-03-03Fixed #10159 -- `F()` expressions now work on geographic fields. The tests a...Justin Bronn
2009-01-15Fixed incomplete merge of geographic aggregates; added support for `Extent` a...Justin Bronn
2009-01-15Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee
2009-01-05Updated `GeoWhere` to be compatible with changes in r9700.Justin Bronn
2008-12-06Fixed #9572 -- use `opts` argument. Thanks SeanL for bug report and patch.Justin Bronn
2008-11-05Fixed `resolve_columns` so that pagination works again on Oracle GeoQuerySets...Justin Bronn
2008-08-18Fixed `GeoQuery.get_columns()` to be compatible with the changes in r8426.Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn