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
/
tests
/
geogapp
/
tests.py
Age
Commit message (
Expand
)
Author
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham
2014-09-23
Added an Oracle workaround for a geogapp test; refs #23504.
Tim Graham
2014-08-26
Removed some more hardcoded backends in GIS tests
Claude Paroz
2014-08-08
Fixed #23099 -- Removed usage of deprecated initial data in Django's test suite.
Tim Graham
2014-08-01
Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.
Tim Graham
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-09-08
Removed a ton of unused local vars
Alex Gaynor
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-05-11
Fixed a regression from e23a5f9a4730ddecb8f3950ee2936716f458c506.
Florian Apolloner
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2011-10-17
Remove a great many of the remaining relative imports.
Alex Gaynor
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2010-10-12
Enabled area calculations for geography columns.
Justin Bronn
2010-09-12
Fixed #14060 -- PostGIS never implemented the `~=` operator for geography typ...
Justin Bronn
2009-12-25
Fixed `LayerMapping` to work with PostGIS geography fields; removed `LayerMap...
Justin Bronn
2009-12-23
Added tests for PostGIS geography support; added `proj_version_tuple` to Post...
Justin Bronn