Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/sessions/backends/base.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24915 -- Added stricter session key validationDavid Bannon2015-06-071-1/+18
* Fixed #24621 -- Fixed and documented SessionBase.pop's se...Adam Zapletal2015-04-131-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-6/+5
* Fixed #20936 -- When logging out/ending a session, don't ...Matt Robenolt2014-05-121-1/+8
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-2/+2
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+2
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-6/+6
* Fixed #20922 -- Allowed customizing the serializer used b...Tim Graham2013-08-221-12/+9
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-3/+11
* Fixed #19356 -- Increased session key entropy.Aymeric Augustin2012-11-291-5/+6
* Fixed #18194 -- Expiration of file-based sessionsAymeric Augustin2012-10-281-1/+11
* Added optional kwargs to get_expiry_age/date.Aymeric Augustin2012-10-271-8/+32
* Fixed #19200 -- Session expiry with cached_dbAymeric Augustin2012-10-271-3/+7
* Replaced many smart_bytes by force_bytesClaude Paroz2012-08-291-2/+2
* [py3] Fixed test_client_regress testsClaude Paroz2012-08-151-1/+1
* [py3] Avoided the deprecated base64 interface.Aymeric Augustin2012-08-141-2/+2
* [py3] Fix encoding issues in contrib.sessionsClaude Paroz2012-08-121-4/+7
* [py3] Switched to Python 3-compatible imports.Aymeric Augustin2012-07-221-1/+1
* Cleanup to use get_random_string consistently.Paul McMillan2012-02-231-21/+8
* Fixed #11555 -- Made SessionBase.session_key read-only. C...Aymeric Augustin2011-11-271-16/+14
* Upgraded django.contrib.sessions to be compatible with ti...Aymeric Augustin2011-11-201-3/+4
* Replaced `has_key()` calls with `in` to ease Python 3 por...Jannis Leidel2011-09-091-1/+1
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Removed Django 1.2 compatibility fallback for session dat...Luke Plant2011-03-301-18/+3
* Removed a bunch of Python 2.4 workarounds now that we don...Adrian Holovaty2011-03-281-3/+3
* Fixed #14445 - Use HMAC and constant-time comparison func...Luke Plant2010-10-141-9/+32
* When logging in, change the session key whilst preserving...Malcolm Tredinnick2008-08-211-0/+10
* Made a few small tweaks to reduce persistent storage acce...Malcolm Tredinnick2008-08-151-1/+5
* Fixed #8314 -- Fixed an infinite loop caused when submitt...Malcolm Tredinnick2008-08-141-3/+6
* Fixed #8310 -- Actually use the SystemRandom RNG, if avai...Malcolm Tredinnick2008-08-141-3/+3
* Implemented a flush() method on sessions that cleans out ...Malcolm Tredinnick2008-08-141-2/+12
* Added a clear() method to sessions. Patch from mrts. Refs...Malcolm Tredinnick2008-08-141-0/+4
* Added guaranteed atomic creation of new session objects. ...Malcolm Tredinnick2008-08-141-4/+28
* Fixed #7919 -- md5 and sha modules are deprecated since P...Gary Wilson Jr2008-08-021-5/+5
* Several Django styling fixes in the `contrib.sessions` app.Gary Wilson Jr2008-06-231-5/+6
* Fixed #7429 -- Modified the Session base class a little m...Russell Keith-Magee2008-06-181-0/+19
* Fixed #2548: added get/set_expiry methods to session obje...Jacob Kaplan-Moss2008-06-071-0/+57
* Fixed #6087 -- Added setdefault() support to the Session ...Malcolm Tredinnick2007-12-021-0/+8
* Fixed #4729 -- Restored functionality to the Session clas...Malcolm Tredinnick2007-10-201-0/+1
* Removed trailing whitespace in django/contrib/sessions/ba...Adrian Holovaty2007-09-201-9/+7
* Fixed #5548 -- Reintroduced Jython workaround for os.getp...Adrian Holovaty2007-09-201-2/+7
* Refs #5513: improved session performance after [6333]'s s...Jacob Kaplan-Moss2007-09-161-1/+1
* Fixed #2066: session data can now be stored in the cache ...Jacob Kaplan-Moss2007-09-151-0/+143