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