| Age | Commit message (Expand) | Author |
| 2011-03-20 | Pulled translation updates from Transifex again. | Jannis Leidel |
| 2011-03-17 | Fixed plural forms formula for the Croatian (hr) localization by manually ove... | Ramiro Morales |
| 2011-03-15 | Pulled sessions translation updates from Transifex. | Jannis Leidel |
| 2011-03-04 | Fixed Hungarian, Russian, Serbian and Ukranian plural forms introduced in r15... | Jannis Leidel |
| 2011-03-04 | Fixed plural forms of Irish translation introduced in r15680. | Jannis Leidel |
| 2011-03-04 | Fixed plural forms of Welsh translation introduced in r15680. | Jannis Leidel |
| 2011-03-04 | Fixed plural forms of Bosnian translation introduced in r15680. | Jannis Leidel |
| 2011-03-01 | Updated sessions translations from transifex.net. Refs #15300. | Jannis Leidel |
| 2011-02-09 | Fixed a security issue in the file session backend. Disclosure and new relea... | Alex Gaynor |
| 2011-02-06 | Fixed #14768 -- Added an es_MX locale and initial translation. Thanks to Alon... | Russell Keith-Magee |
| 2011-01-31 | Fixed duplicate-named contrib.sessions tests, and removed unused import (clea... | Carl Meyer |
| 2011-01-21 | Added new translation files to sessions contrib app. | Jannis Leidel |
| 2011-01-17 | Fixed #15026 -- Added cleanup to the invalid key session tests; when using Me... | Russell Keith-Magee |
| 2010-11-26 | Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the su... | Russell Keith-Magee |
| 2010-11-14 | Fixed potential circular import problem. | Luke Plant |
| 2010-11-14 | Fixed #14685 - incompatible code in contrib.sessions.models | Luke Plant |
| 2010-10-28 | Fixed #14231 -- Added an index to the expire_date column on the Session model... | Russell Keith-Magee |
| 2010-10-14 | Fixed #14445 - Use HMAC and constant-time comparison functions where needed. | Luke Plant |
| 2010-10-11 | Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,... | Russell Keith-Magee |
| 2010-10-09 | Fixed #11509 -- Modified usage of "Web" to match our style guide in various d... | Russell Keith-Magee |
| 2010-08-14 | Fixed #14096 -- Corrected Python 2.4 syntax issue. Thanks to PaulM for the re... | Russell Keith-Magee |
| 2010-08-05 | Converted sessions tests from doctest to unittest. | Luke Plant |
| 2010-03-25 | Fixed #13200 -- Updated the DB session backend to make full use of routers, d... | Russell Keith-Magee |
| 2010-01-10 | Changed a whole bunch of places to raise exception instances instead of old-s... | Adrian Holovaty |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-03-18 | Fixed #8193: all dynamic imports in Django are now done correctly. I know thi... | Jacob Kaplan-Moss |
| 2009-03-01 | Fixed #9548 -- Correctly detect existence of empty sessions with cache backend. | Malcolm Tredinnick |
| 2009-01-10 | Fixed #6791: added a write-through cache session backend: session data is wri... | Jacob Kaplan-Moss |
| 2008-10-10 | More be-nice-to-the-buildbot: be better about cleaning up files created by th... | Jacob Kaplan-Moss |
| 2008-09-17 | Fixed #9096 -- Fixed a slightly out-of-date comment. | Malcolm Tredinnick |
| 2008-09-01 | Fixed a small oversight in [8750]; thanks for the sharp eyes, Warren. Fixes #... | Jacob Kaplan-Moss |
| 2008-08-30 | Fixed #8616 (again): prevent a race condition in the session file backend. Ma... | Jacob Kaplan-Moss |
| 2008-08-29 | Reverted #8688 for now, since it merely introduced different bugs, rather than | Malcolm Tredinnick |
| 2008-08-29 | Fixed #8616 -- Fixed a race condition in the file-based session backend. | Malcolm Tredinnick |
| 2008-08-27 | Fixed #8311 -- Avoid an infinite loop with session key generation when using | Malcolm Tredinnick |
| 2008-08-23 | Avoid a crash when unencoding session data for the db backend. This is required | Malcolm Tredinnick |
| 2008-08-21 | When logging in, change the session key whilst preserving any existing | Malcolm Tredinnick |
| 2008-08-20 | Fixed #8457 -- Fixed a missing import. | Malcolm Tredinnick |
| 2008-08-16 | Fixed #8351 -- Fixed the returned value when we attempt to load a cache-backe... | Malcolm Tredinnick |
| 2008-08-15 | Made a few small tweaks to reduce persistent storage accesses in the session | Malcolm Tredinnick |
| 2008-08-14 | Fixed #8314 -- Fixed an infinite loop caused when submitting a session key (via | Malcolm Tredinnick |
| 2008-08-14 | Removed some testing code inadvertently commited in [8348]. | Gary Wilson Jr |
| 2008-08-14 | Fixed #8206 -- Removed validate methods of Model and Model fields. They are a... | Gary Wilson Jr |
| 2008-08-14 | Fixed #8310 -- Actually use the SystemRandom RNG, if available, which fixes an | Malcolm Tredinnick |
| 2008-08-14 | Fixed #6984 -- Make sure to load session data from the file (if necessary) | Malcolm Tredinnick |
| 2008-08-14 | Implemented a flush() method on sessions that cleans out the session and | Malcolm Tredinnick |
| 2008-08-14 | Added a clear() method to sessions. Patch from mrts. Refs #7515. | Malcolm Tredinnick |
| 2008-08-14 | Added guaranteed atomic creation of new session objects. Slightly backwards | Malcolm Tredinnick |
| 2008-08-02 | Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl... | Gary Wilson Jr |
| 2008-07-30 | Removed TEST_COOKIE_NAME and TEST_COOKIE_VALUE constants from | Malcolm Tredinnick |