summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/models/sql/query.py
AgeCommit message (Expand)Author
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-08-19Fixed GIS regression caused by force_subqAnssi Kääriäinen
2012-12-26Fixed #16408 -- Re-fixed value conversion with Spatialite backendClaude Paroz
2012-04-29Switch a datastructure internal to the ORM to be a set, instead of a dictionary.Alex Gaynor
2012-02-29Fixed #17796 -- Rolled back [17588] because the fix for the original relativelyRamiro Morales
2012-02-26Fixed #15169 -- Corrected handling of model boolean fields in MySQL spatial b...Ramiro Morales
2010-03-29Fixed #10594 -- `GeoQuerySet` measurment methods no longer crash on geometry ...Justin Bronn
2010-01-22Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-11-16Fixed #11433 -- 3D geometry fields are now supported with PostGIS; EWKB is no...Justin Bronn
2009-07-16Fixed #11489 -- `GeoQuery.resolve_columns` now recognizes annotations; disabl...Justin Bronn
2009-06-29Fixed #11381 -- `GeoManager` + `select_related` + nullable `ForeignKey` now w...Justin Bronn
2009-04-21Fixed #10839 -- `GeoQuery` now unpickles properly on Oracle.Justin Bronn
2009-04-16Fixed #10836 -- Forgot to move import to to `where` module. Thanks, seanl fo...Justin Bronn
2009-04-07Fixed #10757 -- Fixed improper selection of primary keys across relations whe...Justin Bronn
2009-04-01Fixed #9871 -- Geometry objects are now returned in dictionaries and tuples r...Justin Bronn
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
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