django1/django/contrib/sessions
Hasan Ramezani 2808cdc8fb Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session destroyed while request is processing. 2020-09-09 09:04:28 +02:00
..
backends Fixed #31895 -- Fixed crash when decoding invalid session data. 2020-08-19 12:06:00 +02:00
locale Updated translations from Transifex 2020-08-01 20:41:11 +02:00
management Reverted "Refs #23919 -- Removed obsolete __init__.py files in management command directories." 2020-06-01 10:55:41 +02:00
migrations Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
__init__.py Fixed #31180 -- Configured applications automatically. 2020-07-21 10:35:12 +02: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 #31962 -- Made SessionMiddleware raise SessionInterrupted when session destroyed while request is processing. 2020-09-09 09:04:28 +02:00
middleware.py Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session destroyed while request is processing. 2020-09-09 09:04:28 +02:00
models.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
serializers.py Fixed #29550 -- Eased overriding pickle.dumps() protocol in cache backends and session serializer. 2018-07-09 11:46:55 -04:00