index
:
chango.git
devmain
fix-31295
initial-branch
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
Age
Commit message (
Expand
)
Author
2013-10-14
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
Larry O'Neill
2013-10-10
Whitespace cleanup.
Tim Graham
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-05
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
Eric Boersma
2013-09-02
Used six.moves.zip_longest, new in six 1.4.0.
Aymeric Augustin
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-19
Fixed GIS regression caused by force_subq
Anssi Kääriäinen
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-03-13
Refactored qs.add_q() and utils/tree.py
Anssi Kääriäinen
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-12-26
Fixed #16408 -- Re-fixed value conversion with Spatialite backend
Claude Paroz
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-09-08
Internal refactoring; moving LOOKUP_SEP up one level.
Malcolm Tredinnick
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
Switch a datastructure internal to the ORM to be a set, instead of a dictionary.
Alex Gaynor
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
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
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-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
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
2009-11-16
Fixed #11433 -- 3D geometry fields are now supported with PostGIS; EWKB is no...
Justin Bronn
2009-09-13
Fixed #11827: Can now calculate extent in Oracle on tables with one point.
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-06-03
Fixed #11087 -- Fixed the `Count` annotation when used with `GeoManager`. Th...
Justin Bronn
2009-04-24
Fixed #10888 -- May now insert NULL `GeometryField` values on Oracle.
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-14
Fixed #10807 - `GeoWhereNode` no longer passes `Constraint` objects to where ...
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
[prev]
[next]