Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/sessions
Commit message (Expand)AuthorAgeFilesLines
...
* Deprecated django.utils.importlibClaude Paroz2013-07-292-2/+3
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Define the SessionStore inside __init__ instead of proces...Matt Robenolt2013-06-301-2/+5
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-266-12/+64
* Fix #19664 -- Illegal Characters In Session Key Give Fata...Erik Romijn2013-05-192-4/+11
* Updated translation templates and removed en translationsClaude Paroz2013-05-022-11/+8
* Updated translation templatesClaude Paroz2013-03-281-2/+2
* Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin2013-03-111-1/+0
* Merged contrib translations from 1.5 branchClaude Paroz2013-02-26142-285/+366
* Fixed #9084 - Best approach for an OS to atomically renam...Joeri Bekker2013-02-241-1/+6
* Fixed regression introduced in 146ed13a.Mathijs de Bruin2013-02-231-0/+3
* 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-312-6/+25
* Marked cookies-based session expiry test as an expected f...Aymeric Augustin2012-10-281-0/+5
* Fixed #14093 -- Improved error message in the cache sessi...Aymeric Augustin2012-10-281-1/+3
* Fixed #18194 -- Expiration of file-based sessionsAymeric Augustin2012-10-287-18/+153
* Improved tests introduced in 04b00b6.Aymeric Augustin2012-10-271-3/+5
* Added optional kwargs to get_expiry_age/date.Aymeric Augustin2012-10-273-26/+62
* Fixed #19200 -- Session expiry with cached_dbAymeric Augustin2012-10-275-15/+52
* Fixed #18978 -- Moved cleanup command to sessions.Aymeric Augustin2012-10-273-0/+11
* Updated base translation filesClaude Paroz2012-10-151-1/+1
* Fixed #10853 -- Skipped some sessions tests with dummy ca...Claude Paroz2012-09-211-0/+6
* Adjust d7853c5 to not show ignorable warnings when runnin...Malcolm Tredinnick2012-09-091-0/+2
* Remove a couple unused imports.Carl Meyer2012-09-081-1/+1
* Removed warning check in test_load_overlong_keyClaude Paroz2012-09-081-6/+4
* 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] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-9/+10
* [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
* Fixed #3881 -- skip saving session when response status i...Anssi Kääriäinen2012-07-162-7/+25
* Made more extensive usage of context managers with open.Claude Paroz2012-05-051-11/+8
* Inserted more simplefilter calls to be sure warnings are ...Claude Paroz2012-05-031-0/+1
* Made warning assertions work with or without -Wall python...Claude Paroz2012-05-031-0/+1
* Used catch_warnings instead of save/restore methods. Refs...Claude Paroz2012-05-031-14/+9
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #17965 -- Definitely dropped support for Python 2.5...Claude Paroz2012-03-311-4/+1
* Use the class decorator syntax available in Python >= 2.6...Aymeric Augustin2012-03-301-2/+6
* Removed with_statement imports, useless in Python >= 2.6....Claude Paroz2012-03-301-2/+0
* 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-233-7/+39
* Pulled sessions translations updates from Transifex. Refs...Jannis Leidel2012-03-23140-73/+76
* Added Tatar translation. Refs #17822.Jannis Leidel2012-03-142-0/+38