django1/django/contrib/sessions
David Bannon f4416b1a8b Fixed #24915 -- Added stricter session key validation
Changed _session_key attribute to a property and implemented basic
validation in the setter. The session key must be 'truthy' and
at least 8 characters long. Otherwise, the value is set to None.
2015-06-06 20:04:20 -04:00
..
backends Fixed #24915 -- Added stricter session key validation 2015-06-06 20:04:20 -04:00
locale Updated translations from Transifex 2015-04-30 14:29:08 +02:00
management Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
migrations Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05: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
exceptions.py Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
middleware.py Fixed #24799 -- Fixed session cookie deletion when using SESSION_COOKIE_DOMAIN 2015-05-15 11:23:41 -04:00
models.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
serializers.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00