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