django1/django/contrib/sessions/backends
Carlton Gibson bb61f0186d Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Remaining test case ensures that uses of the alias are mapped
canonically by the migration writer.
2022-03-24 06:29:50 +01:00
..
__init__.py Fixed #2066: session data can now be stored in the cache or on the filesystem. This should be fully backwards-compatible (the database cache store is still the default). A big thanks to John D'Agostino for the bulk of this code. 2007-09-15 21:29:14 +00:00
base.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
cache.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
cached_db.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
db.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
file.py Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
signed_cookies.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00