django1/django/contrib/sessions
Florian Apolloner 9baf692a58 Fixed #26601 -- Improved middleware per DEP 0005.
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
2016-05-17 07:22:22 -04:00
..
backends Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a KeyError. 2016-04-20 13:06:47 -04:00
locale Pulled translations from Transifex 2016-04-30 14:27:07 +02:00
management Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
migrations Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
__init__.py Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
apps.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
base_session.py Fixed #22634 -- Made the database-backed session backends more extensible. 2015-08-27 15:00:09 -04:00
exceptions.py Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
middleware.py Fixed #26601 -- Improved middleware per DEP 0005. 2016-05-17 07:22:22 -04:00
models.py Fixed #22634 -- Made the database-backed session backends more extensible. 2015-08-27 15:00:09 -04:00
serializers.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00