summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/models/sql/where.py
AgeCommit message (Expand)Author
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-14Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill
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-09-08Internal refactoring; moving LOOKUP_SEP up one level.Malcolm Tredinnick
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-06-03Fixed #11087 -- Fixed the `Count` annotation when used with `GeoManager`. Th...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-03-30Refactored and cleaned up parts of the spatial database backend. Changes inc...Justin Bronn
2009-03-03Fixed #10159 -- `F()` expressions now work on geographic fields. The tests a...Justin Bronn
2009-01-05Updated `GeoWhere` to be compatible with changes in r9700.Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn