Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/sessions/backends
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25558 -- Fixed nondeterministic test failure on Wi...Brian Gianforcaro2015-10-171-1/+1
* Fixed #22938 -- Allowed clearsessions to remove file-base...Aleksandra Tarkowska2015-10-031-3/+10
* Fixed #22634 -- Made the database-backed session backends...Sergey Kolosov2015-08-273-28/+44
* Fixed #19324 -- Avoided creating a session record when lo...Carl Meyer2015-07-084-8/+12
* Fixed #24915 -- Added stricter session key validationDavid Bannon2015-06-071-1/+18
* Fixed incorrect session.flush() in cached_db session back...Tim Graham2015-05-201-1/+1
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-132-2/+2
* Fixed #24621 -- Fixed and documented SessionBase.pop's se...Adam Zapletal2015-04-131-2/+2
* Fixed #24468 -- Made signed cookies cache backend resilie...Tim Graham2015-03-121-1/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-066-17/+16
* Fixed #23812 -- Changed django.utils.six.moves.xrange imp...Michael Hall2014-12-131-2/+2
* Fixed #20936 -- When logging out/ending a session, don't ...Matt Robenolt2014-05-122-2/+9
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-2/+2
* Fixed #21012 -- New API to access cache backends.Curtis Maloney2013-11-232-4/+4
* More attacking E302 violatorsAlex Gaynor2013-11-023-0/+4
* Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin2013-09-301-3/+2
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-6/+6
* Fixed #21000 -- Made cached_db session backend respect SE...CHI Cheng2013-09-051-6/+8
* Fixed #20922 -- Allowed customizing the serializer used b...Tim Graham2013-08-222-31/+11
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-264-8/+37
* Fix #19664 -- Illegal Characters In Session Key Give Fata...Erik Romijn2013-05-191-1/+1
* Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin2013-03-111-1/+0
* Fixed #9084 - Best approach for an OS to atomically renam...Joeri Bekker2013-02-241-1/+6
* Fixed #19356 -- Increased session key entropy.Aymeric Augustin2012-11-292-9/+8
* Fixed #19254 -- Bug in SESSION_FILE_PATH handling.Aymeric Augustin2012-11-061-1/+1
* Fixed #17083 -- Allowed sessions to use non-default cache.Aymeric Augustin2012-10-311-2/+3
* Fixed #14093 -- Improved error message in the cache sessi...Aymeric Augustin2012-10-281-1/+3
* Fixed #18194 -- Expiration of file-based sessionsAymeric Augustin2012-10-285-13/+83
* Added optional kwargs to get_expiry_age/date.Aymeric Augustin2012-10-272-9/+33
* Fixed #19200 -- Session expiry with cached_dbAymeric Augustin2012-10-274-8/+30
* Replaced many smart_bytes by force_bytesClaude Paroz2012-08-291-2/+2
* Removed unneeded smart_bytes import which was introduced ...Florian Apolloner2012-08-151-1/+0
* [py3] fixed session file backend.Florian Apolloner2012-08-151-1/+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-122-6/+8
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-2/+2
* [py3] Added Python 3 compatibility for xrange.Aymeric Augustin2012-07-221-0/+1
* [py3] Switched to Python 3-compatible imports.Aymeric Augustin2012-07-222-2/+2
* Made more extensive usage of context managers with open.Claude Paroz2012-05-051-11/+8
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #17810 (again). Catch session key errors.Aymeric Augustin2012-03-232-8/+6
* Fixed an incompatibility with Python 2.5 in the changes d...Jannis Leidel2012-03-232-2/+4
* Fixed #17810. Catch session key errors.Paul McMillan2012-03-232-2/+14
* Cleanup to use get_random_string consistently.Paul McMillan2012-02-231-21/+8
* Fixed #17506 -- Did a minor optimization in the sessions'...Julien Phalip2012-01-241-5/+1
* 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-276-39/+47
* Upgraded django.contrib.sessions to be compatible with ti...Aymeric Augustin2011-11-202-5/+6
* Fixed #17223 -- Correctly reference the signed cookies se...Jannis Leidel2011-11-171-2/+2