django1/django/contrib
Matt Robenolt 5ff2ffa330 Define the SessionStore inside __init__ instead of process_request
It's unnecessary to run this on every request, since technically, settings *should be* immutable.
2013-06-30 09:43:02 +02:00
..
admin Advanced deprecation warnings for Django 1.7. 2013-06-29 18:49:37 +02:00
admindocs Removed several unused imports. 2013-06-19 17:18:40 +02:00
auth Removed django.contrib.auth.views.password_reset_confirm_uidb36() view to finish its accelerated deprecation schedule. 2013-06-29 12:22:15 -03:00
comments Advanced deprecation warnings for Django 1.7. 2013-06-29 18:49:37 +02:00
contenttypes Fixed #20677 - Typos in generic_inlineformset_factory docs. 2013-06-29 14:14:32 -04: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 Made GeoDjango GeometryField stop accepting a 'null' keyword argument as per its deprecation in 1.5. 2013-06-28 23:16:06 -03: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 Define the SessionStore inside __init__ instead of process_request 2013-06-30 09:43:02 +02:00
sitemaps More import removals 2013-06-29 11:58:36 +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