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