Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/sessions/backends/cached_db.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #22634 -- Made the database-backed session backends...Sergey Kolosov2015-08-271-9/+6
* Fixed #19324 -- Avoided creating a session record when lo...Carl Meyer2015-07-081-2/+2
* Fixed incorrect session.flush() in cached_db session back...Tim Graham2015-05-201-1/+1
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #20936 -- When logging out/ending a session, don't ...Matt Robenolt2014-05-121-1/+1
* Fixed #21012 -- New API to access cache backends.Curtis Maloney2013-11-231-2/+2
* Fixed #21000 -- Made cached_db session backend respect SE...CHI Cheng2013-09-051-6/+8
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-1/+8
* Added optional kwargs to get_expiry_age/date.Aymeric Augustin2012-10-271-1/+1
* Fixed #19200 -- Session expiry with cached_dbAymeric Augustin2012-10-271-4/+21
* Fixed #17810 (again). Catch session key errors.Aymeric Augustin2012-03-231-4/+3
* Fixed an incompatibility with Python 2.5 in the changes d...Jannis Leidel2012-03-231-1/+2
* Fixed #17810. Catch session key errors.Paul McMillan2012-03-231-1/+7
* Optimized the cached_db session backend to check if a key...Aymeric Augustin2011-11-271-0/+2
* Fixed #11555 -- Made SessionBase.session_key read-only. C...Aymeric Augustin2011-11-271-6/+12
* Corrected an issue which could allow attackers to manipul...Russell Keith-Magee2011-09-101-5/+9
* Fixed #6791: added a write-through cache session backend:...Jacob Kaplan-Moss2009-01-101-0/+42