summaryrefslogtreecommitdiff
path: root/django/contrib/gis/tests/test_spatialrefsys.py
AgeCommit message (Collapse)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
refs #23395.
2014-08-23Replaced HAS_SPATIALREFSYS by a database featureClaude Paroz
2014-04-17Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some testsClaude Paroz
3857 is now the official EPSG code for the Google spherical mercator projection and some recent versions of GDAL do not recognize 900913 any longer. Thanks Tim Graham for the report and initial patch.
2014-02-02Fixed #21930 -- Only import add_srs_entry if GDAL is installedClaude Paroz
Fixed regression introduced by fabc678f93. Thanks Michael Manfre for the report.
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
Thanks Julien for the report and Claude for the fix.
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
Refs #20680.
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
Thanks to Preston Timmons for the bulk of the work on the patch, especially updating Django's own test suite to comply with the requirements of the new runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the patch and the discovery runner. Refs #11077, #17032, and #18670.
2013-03-08Replaced proj4 testing by a regexClaude Paroz
2012-09-13Fixed #18795 -- Fixed failing GeoDjango testsClaude Paroz
Proj.4 and SRS strings may slightly vary depending on the installed libraries. Made some tests pass again with recent Proj.4/GDAL lib versions.
2012-06-17Fixed GIS testsuite.Florian Apolloner
Moved HAS_SPATIALREFSYS back into the tests namespace since it only operates on the default database and isn't a global flag like HAS_GDAL.
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
No need to special case tests discovery for regular first-level gis tests.
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for ↵Jannis Leidel
the work on the patch and Alex for reviewing. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-14Fixed brittle tests that broke with release of GDAL 1.8.Justin Bronn
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15806 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft ↵Russell Keith-Magee
patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
This monster of a patch is the result of Alex Gaynor's 2009 Google Summer of Code project. Congratulations to Alex for a job well done. Big thanks also go to: * Justin Bronn for keeping GIS in line with the changes, * Karen Tracey and Jani Tiainen for their help testing Oracle support * Brett Hoerner, Jon Loyens, and Craig Kimmerer for their feedback. * Malcolm Treddinick for his guidance during the GSoC submission process. * Simon Willison for driving the original design process * Cal Henderson for complaining about ponies he wanted. ... and everyone else too numerous to mention that helped to bring this feature into fruition. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-27Fixed test cases and `GeoQuerySet.geojson` to support PostGIS 1.4.Justin Bronn
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11340 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30Fixed #9686 -- SpatiaLite is now a supported spatial database backend. ↵Justin Bronn
Thanks to Matthew Hancher for initial patch and hard work in implementing this feature. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10222 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-05Merged the gis branch into trunk.Justin Bronn
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8219 bcc190cf-cafb-0310-a4f2-bffc1f526a37