django1/django/contrib/sessions
Tim Graham a15bf2cd4e [1.7.x] Added database migration for contrib.sessions.
refs #22170.

Backport of 37a8f5aeed from master
2014-06-16 11:53:34 -04:00
..
backends Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
locale [1.7.x] Updated translation catalogs 2014-05-19 15:14:09 +02:00
management Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
migrations [1.7.x] Added database migration for contrib.sessions. 2014-06-16 11:53:34 -04:00
__init__.py Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
apps.py Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
exceptions.py Fixed #19866 -- 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 [1.7.x] Added database migration for contrib.sessions. 2014-06-16 11:53:34 -04:00
serializers.py Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions 2013-08-22 13:58:26 -04:00
tests.py [1.7.x] Fix many many typos in comments throughout the codebase 2014-04-26 14:35:57 -04:00