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
/
tests
/
relatedapp
/
models.py
Age
Commit message (
Expand
)
Author
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-01-01
Properly assigned app_label to GIS test models.
Aymeric Augustin
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2012-12-29
Removed django.contrib.localflavor.
Aymeric Augustin
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2011-09-10
Fixed #14648 -- Fixed annotated date querysets when `GeoManager` is used. Th...
Justin Bronn
2010-07-20
Fixed #13934 -- `GeoSQLCompiler.get_default_columns` was missing `local_only`...
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-01
Fixed #9871 -- Geometry objects are now returned in dictionaries and tuples r...
Justin Bronn
2009-03-03
Fixed #10159 -- `F()` expressions now work on geographic fields. The tests a...
Justin Bronn
2008-12-06
Fixed #9572 -- use `opts` argument. Thanks SeanL for bug report and patch.
Justin Bronn
2008-09-01
Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...
Jacob Kaplan-Moss
2008-08-05
Merged the gis branch into trunk.
Justin Bronn