index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
gis
/
db
/
models
/
sql
/
query.py
Age
Commit message (
Expand
)
Author
2013-11-02
Continue to attack E302 violations
Alex Gaynor
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-08-19
Fixed GIS regression caused by force_subq
Anssi Kääriäinen
2012-12-26
Fixed #16408 -- Re-fixed value conversion with Spatialite backend
Claude Paroz
2012-04-29
Switch a datastructure internal to the ORM to be a set, instead of a dictionary.
Alex Gaynor
2012-02-29
Fixed #17796 -- Rolled back [17588] because the fix for the original relatively
Ramiro Morales
2012-02-26
Fixed #15169 -- Corrected handling of model boolean fields in MySQL spatial b...
Ramiro Morales
2010-03-29
Fixed #10594 -- `GeoQuerySet` measurment methods no longer crash on geometry ...
Justin Bronn
2010-01-22
Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-11-16
Fixed #11433 -- 3D geometry fields are now supported with PostGIS; EWKB is no...
Justin Bronn
2009-07-16
Fixed #11489 -- `GeoQuery.resolve_columns` now recognizes annotations; disabl...
Justin Bronn
2009-06-29
Fixed #11381 -- `GeoManager` + `select_related` + nullable `ForeignKey` now w...
Justin Bronn
2009-04-21
Fixed #10839 -- `GeoQuery` now unpickles properly on Oracle.
Justin Bronn
2009-04-16
Fixed #10836 -- Forgot to move import to to `where` module. Thanks, seanl fo...
Justin Bronn
2009-04-07
Fixed #10757 -- Fixed improper selection of primary keys across relations whe...
Justin Bronn
2009-04-01
Fixed #9871 -- Geometry objects are now returned in dictionaries and tuples r...
Justin Bronn
2009-03-30
Refactored and cleaned up parts of the spatial database backend. Changes inc...
Justin Bronn
2009-03-03
Fixed #10159 -- `F()` expressions now work on geographic fields. The tests a...
Justin Bronn
2009-01-15
Fixed incomplete merge of geographic aggregates; added support for `Extent` a...
Justin Bronn
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2008-12-06
Fixed #9572 -- use `opts` argument. Thanks SeanL for bug report and patch.
Justin Bronn
2008-11-05
Fixed `resolve_columns` so that pagination works again on Oracle GeoQuerySets...
Justin Bronn
2008-08-18
Fixed `GeoQuery.get_columns()` to be compatible with the changes in r8426.
Justin Bronn
2008-08-05
Merged the gis branch into trunk.
Justin Bronn