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