summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/models/sql/compiler.py
AgeCommit message (Expand)Author
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-10-14Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-02Used six.moves.zip_longest, new in six 1.4.0.Aymeric Augustin
2013-05-15Fix bug introduced in contrib.gis in 74f3884ae0Mike Fogel
2013-05-15Fixed #20413 - Respect Query.get_meta()Mike Fogel
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2012-12-30Fixed GIS regression in get_default_columns()Anssi Kääriäinen
2012-11-15Another regression fix for select_related handlingAnssi Kääriäinen
2012-10-27Fixed #19190 -- Refactored Query select clause attributesAnssi Kääriäinen
2012-10-05Updated `GeoSQLCompiler.get_default_columns`.Justin Bronn
2012-09-23[py3] Fixed outdated map() call in GIS sql compilerClaude Paroz
2012-08-08remove a bunch of unnescesarry iterkeys() callsAlex Gaynor
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-07-22[py3] Switched to Python 3-compatible imports.Aymeric Augustin
2012-05-07Imported zip from future_builtins instead of itertools.izip.Claude Paroz
2012-04-29Fixed #17644 -- Changed Query.alias_map to use namedtuplesAdrian Holovaty
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
2012-02-22Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.conc...Carl Meyer
2012-02-11Fixed #16409 (again, this time for GeoDjango).Ramiro Morales
2011-09-11Fixed #15305 -- Made `Count` aggregate and `.values()` play nice together on ...Justin Bronn
2011-09-10Fixed #14648 -- Fixed annotated date querysets when `GeoManager` is used. Th...Justin Bronn
2011-09-09Fixed #16408 -- Fixed conversion of dates, and other problems with the Spatia...Justin Bronn
2010-12-01Fixed a bug in date queries with GIS backends introduced in [14715].Alex Gaynor
2010-07-20Fixed #13934 -- `GeoSQLCompiler.get_default_columns` was missing `local_only`...Justin Bronn
2010-01-04Fixed #12479 -- Pass in connection argument to `as_sql` in `GeoSQLCompiler.ge...Justin Bronn
2009-12-29Fixed #12344 -- Using `select_related()` on geographic fields with the Oracle...Justin Bronn
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee