django/tests/sessions_tests
Sergey Kolosov 22bb548900 Fixed #22634 -- Made the database-backed session backends more extensible.
Introduced an AbstractBaseSession model and hooks providing the option
of overriding the model class used by the session store and the session
store class used by the model.
2015-08-27 15:00:09 -04:00
..
__init__.py Moved contrib.sessions tests out of contrib. 2015-02-11 10:19:22 -05:00
custom_db_backend.py Fixed #22634 -- Made the database-backed session backends more extensible. 2015-08-27 15:00:09 -04:00
tests.py Fixed #22634 -- Made the database-backed session backends more extensible. 2015-08-27 15:00:09 -04:00