django1/django/contrib/sessions
Tim Graham 06fa019c1b [1.8.x] Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+
Backport of b19b81b396 from master
2015-01-19 15:39:36 -05:00
..
backends Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range 2014-12-13 12:45:58 -05:00
locale [1.8.x] Updated en translation catalogs 2015-01-17 11:18:45 +01:00
management Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
migrations Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05: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 Fixed #20936 -- When logging out/ending a session, don't create a new, empty session. 2014-05-11 21:42:26 -03:00
models.py Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
serializers.py Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions 2013-08-22 13:58:26 -04:00
tests.py [1.8.x] Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+ 2015-01-19 15:39:36 -05:00