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