Branch: refs/heads/stable/1.7.x
Home:
https://github.com/django/django
Commit: f039c555cad59ef21b2ce3fcfda0579d82fd45a6
https://github.com/django/django/commit/f039c555cad59ef21b2ce3fcfda0579d82fd45a6
Author: Claude Paroz <
cla...@2xlibre.net>
Date: 2014-04-17 (Thu, 17 Apr 2014)
Changed paths:
M django/contrib/gis/geos/tests/test_geos.py
M django/contrib/gis/tests/test_spatialrefsys.py
M django/contrib/gis/utils/srs.py
Log Message:
-----------
[1.7.x] Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some tests
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.
Backport of c082f3c74c from master.