django1/django/contrib/sessions
Claude Paroz 75527c0f83 Updated translations from Transifex
Forward port of 2126e9317e from stable/2.0.x.
2018-02-28 20:06:52 +01:00
..
backends Fixed #28996 -- Simplified some boolean constructs and removed trivial continue statements. 2018-01-12 12:44:50 -05:00
locale Updated translations from Transifex 2018-02-28 20:06:52 +01:00
management/commands Refs #23919 -- Removed obsolete __init__.py files in management command directories. 2018-01-03 11:02:26 -05:00
migrations Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
__init__.py Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
apps.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
base_session.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
exceptions.py Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
middleware.py Fixed #28965 -- Updated Set-Cookie's Expires date format to follow RFC 7231. 2018-01-02 11:22:59 -05:00
models.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
serializers.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00