django1/django/contrib/gis
Claude Paroz f039c555ca [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.
2014-04-17 21:21:27 +02:00
..
admin Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
db [1.7.x] Fixed #22250 -- regression in gis compiler for non-concrete fields 2014-03-29 08:28:43 +02:00
forms Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
gdal Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
geoip Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
geometry Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
geos [1.7.x] Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some tests 2014-04-17 21:21:27 +02:00
locale Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
management Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
maps Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
sitemaps Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
static/gis/js Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
templates/gis Whitespace cleanup. 2013-10-10 16:49:20 -04:00
tests [1.7.x] Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some tests 2014-04-17 21:21:27 +02:00
utils [1.7.x] Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some tests 2014-04-17 21:21:27 +02:00
__init__.py Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
apps.py Fixed #21675 -- Added app configs for contrib apps. 2014-01-05 21:18:33 +01:00
feeds.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
measure.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
models.py Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
shortcuts.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
views.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00