Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/sessions/backends/db.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #22634 -- Made the database-backed session backends...Sergey Kolosov2015-08-271-16/+33
* Fixed #19324 -- Avoided creating a session record when lo...Carl Meyer2015-07-081-2/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+3
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin2013-09-301-3/+2
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-2/+8
* Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin2013-03-111-1/+0
* Fixed #18194 -- Expiration of file-based sessionsAymeric Augustin2012-10-281-0/+5
* Fixed #19200 -- Session expiry with cached_dbAymeric Augustin2012-10-271-1/+1
* [py3] Fix encoding issues in contrib.sessionsClaude Paroz2012-08-121-2/+1
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-2/+2
* Fixed #17506 -- Did a minor optimization in the sessions'...Julien Phalip2012-01-241-5/+1
* Fixed #11555 -- Made SessionBase.session_key read-only. C...Aymeric Augustin2011-11-271-6/+6
* Upgraded django.contrib.sessions to be compatible with ti...Aymeric Augustin2011-11-201-2/+2
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Fixed potential circular import problem.Luke Plant2010-11-151-1/+5
* Fixed #13200 -- Updated the DB session backend to make fu...Russell Keith-Magee2010-03-251-5/+5
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-3/+8
* Avoid a crash when unencoding session data for the db bac...Malcolm Tredinnick2008-08-241-1/+2
* Made a few small tweaks to reduce persistent storage acce...Malcolm Tredinnick2008-08-151-0/+2
* Fixed #8314 -- Fixed an infinite loop caused when submitt...Malcolm Tredinnick2008-08-141-1/+1
* Implemented a flush() method on sessions that cleans out ...Malcolm Tredinnick2008-08-141-1/+3
* Added guaranteed atomic creation of new session objects. ...Malcolm Tredinnick2008-08-141-15/+33
* Fixed #7847 -- Removed a whole bunch of unused imports fr...Adrian Holovaty2008-07-221-3/+0
* Several Django styling fixes in the `contrib.sessions` app.Gary Wilson Jr2008-06-231-2/+4
* Fixed #2548: added get/set_expiry methods to session obje...Jacob Kaplan-Moss2008-06-071-1/+1
* Fixed a subtle corner case whereby sending a bad session ...Malcolm Tredinnick2008-01-061-7/+9
* Fixed #2066: session data can now be stored in the cache ...Jacob Kaplan-Moss2007-09-151-0/+49