django1/django/contrib
Simon Charette b91787910c Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.
Those methods were only used by `contrib.admin` internally and exclusively
related to `contrib.auth`. Since they were undocumented but used
in the wild the raised deprecation warning point to an also undocumented
alternative that lives in `contrib.auth`.

Also did some PEP8 and other cleanups in the affected modules.
2013-06-25 12:22:37 -04:00
..
admin Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`. 2013-06-25 12:22:37 -04:00
admindocs Removed several unused imports. 2013-06-19 17:18:40 +02:00
auth Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`. 2013-06-25 12:22:37 -04:00
comments Removed several unused imports. 2013-06-19 17:18:40 +02:00
contenttypes Added TransactionTestCase.available_apps. 2013-06-10 11:24:10 +02:00
flatpages Removed several unused imports. 2013-06-19 17:18:40 +02:00
formtools Removed several unused imports. 2013-06-19 17:18:40 +02:00
gis Removed several unused imports. 2013-06-19 17:18:40 +02:00
humanize Fixed #20502 (again) -- More i18n cache flush in tests 2013-06-06 14:28:58 +02:00
messages Remove unnecessary and problematic parent class from SuccessMessageMixin 2013-05-17 08:59:06 -07:00
redirects Updated translation templates and removed en translations 2013-05-02 16:25:23 +02:00
sessions Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
sitemaps Removed several unused imports. 2013-06-19 17:18:40 +02:00
sites Fixed #20199 -- Allow ModelForm fields to override error_messages from model fields 2013-06-18 08:01:17 -04:00
staticfiles Replaced `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00
syndication Stopped using non-standard __globals__ and __code__ attributes. 2013-03-17 10:44:28 +01:00
webdesign Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00