django1/django/contrib
mlavin 4696cd9671 Fixed #22477 -- Removed contrib middleware from the global settings defaults.
Also added a compatibility check for changed middleware defaults.

Forwardport of d94de802d3 from stable/1.7.x
2014-06-13 12:45:56 -04:00
..
admin Fixed #6327 -- Added has_module_permission method to BaseModelAdmin 2014-06-13 09:31:40 -04:00
admindocs Updated translation catalogs 2014-05-19 15:17:35 +02:00
auth Fixed #22477 -- Removed contrib middleware from the global settings defaults. 2014-06-13 12:45:56 -04:00
contenttypes Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise ValueError. 2014-06-05 13:12:01 -04:00
flatpages Fixed #22384 -- Deprecated reversing URLs by dotted path. 2014-06-03 07:30:14 -04:00
formtools Fixed formtools tests with Python 2 2014-06-09 10:28:39 +02:00
gis Dropped support for SpatiaLite < 2.4. 2014-06-09 17:53:25 -04:00
humanize Updated translation catalogs 2014-05-19 15:17:35 +02:00
messages Fixed #22384 -- Deprecated reversing URLs by dotted path. 2014-06-03 07:30:14 -04:00
postgres Added array field support for PostgreSQL. 2014-05-22 09:53:26 +01:00
redirects Updated translation catalogs 2014-05-19 15:17:35 +02:00
sessions Updated translation catalogs 2014-05-19 15:17:35 +02:00
sitemaps Fixed #22384 -- Deprecated reversing URLs by dotted path. 2014-06-03 07:30:14 -04:00
sites Updated translation catalogs 2014-05-19 15:17:35 +02:00
staticfiles Fixed #22557 -- ManifestStaticFilesStorage did not cleanup deleted files. 2014-05-20 18:14:49 +02:00
syndication Removed locale dirs for single-message apps 2014-05-19 14:13:01 +02:00
webdesign Removed locale dirs for single-message apps 2014-05-19 14:13:01 +02:00
__init__.py