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
/
test_spatialrefsys.py
Age
Commit message (
Expand
)
Author
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-09-18
Added a feature flag for add_srs_entry support; refs #22632 and #23504.
Tim Graham
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-23
Replaced HAS_SPATIALREFSYS by a database feature
Claude Paroz
2014-04-17
Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some tests
Claude Paroz
2014-02-02
Fixed #21930 -- Only import add_srs_entry if GDAL is installed
Claude Paroz
2014-01-30
Added new srs test and various cleaning
Claude Paroz
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-06
Fixed #19678 -- GeoDjango test failure with spatialite >= 3.0.
Ramiro Morales
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-09-08
Removed a ton of unused local vars
Alex Gaynor
2013-08-02
Fixed #20838 -- Fixed Geodjango spatialrefsys test failure with postgis-2.0.3
Harm Geerts
2013-07-06
Tweaked proj string regex in gis tests
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-03-08
Replaced proj4 testing by a regex
Claude Paroz
2012-09-13
Fixed #18795 -- Fixed failing GeoDjango tests
Claude Paroz
2012-06-17
Fixed GIS testsuite.
Florian Apolloner
2012-06-16
Skip GeometryFieldTest if there's no spacial database.
Julien Phalip
2012-06-14
Executed SpatialRefSysTest only with spatial backend
Claude Paroz
2012-06-14
Discovered some geodjango tests with standard mechanism
Claude Paroz
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-14
Fixed brittle tests that broke with release of GDAL 1.8.
Justin Bronn
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-07-27
Fixed test cases and `GeoQuerySet.geojson` to support PostGIS 1.4.
Justin Bronn
2009-03-30
Fixed #9686 -- SpatiaLite is now a supported spatial database backend. Thank...
Justin Bronn
2008-08-05
Merged the gis branch into trunk.
Justin Bronn