django1/django/contrib/sessions
Berker Peksag 5d263dee30 Fixed -- Deprecated the import_by_path() function in favor of import_string().
Thanks Aymeric Augustin for the suggestion and review.
2014-02-08 11:12:19 -05:00
..
backends Fixed -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
locale Fixed -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
management Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
__init__.py Fixed -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
apps.py Fixed -- Added app configs for contrib apps. 2014-01-05 21:18:33 +01:00
exceptions.py Fixed -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
middleware.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
models.py Fixed all E261 warnings 2013-11-02 18:20:39 -04:00
serializers.py Fixed -- Allowed customizing the serializer used by contrib.sessions 2013-08-22 13:58:26 -04:00
tests.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00