django1/django/contrib
Claude Paroz c082f3c74c 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.
2014-04-17 21:18:07 +02:00
..
admin Fixed #22195 -- Used constants to define built-in tags for check framework. 2014-04-10 08:45:48 -04:00
admindocs Fixed #22218 -- Deprecated django.conf.urls.patterns. 2014-04-03 07:28:10 -04:00
auth Fixed #22364 -- Sanitized getpass input in changepassword. 2014-04-10 13:15:37 -04:00
contenttypes Fixed #22195 -- Used constants to define built-in tags for check framework. 2014-04-10 08:45:48 -04:00
flatpages Fixed #21977 -- Deprecated SimpleTestCase.urls 2014-04-06 17:33:43 -04:00
formtools Used more specific test assertions. 2014-04-09 22:20:22 +02:00
gis Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some tests 2014-04-17 21:18:07 +02:00
humanize Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
messages Fixed #21977 -- Deprecated SimpleTestCase.urls 2014-04-06 17:33:43 -04:00
redirects Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
sessions Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
sitemaps Fixed #21977 -- Deprecated SimpleTestCase.urls 2014-04-06 17:33:43 -04:00
sites Used more specific test assertions. 2014-04-09 22:20:22 +02:00
staticfiles Corrected many style guide violations that the newest version of flake8 catches 2014-03-30 12:11:05 -07:00
syndication Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
webdesign Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00