summaryrefslogtreecommitdiff
path: root/django/contrib/sessions
AgeCommit message (Expand)Author
2012-03-23Fixed #17810 (again). Catch session key errors.Aymeric Augustin
2012-03-23Fixed an incompatibility with Python 2.5 in the changes done in r17795. Refs ...Jannis Leidel
2012-03-23Fixed #17810. Catch session key errors.Paul McMillan
2012-03-23Pulled sessions translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-14Added Tatar translation. Refs #17822.Jannis Leidel
2012-03-14Added Swahili translation. Refs #17822.Jannis Leidel
2012-03-14Added Nepali translation. Refs #17822.Jannis Leidel
2012-03-14Added Kazakh translation. Refs #17822.Jannis Leidel
2012-03-14Added Esperanto to the list of languages. Refs #17822.Jannis Leidel
2012-03-14Pulled the sessions translations updates from Transifex. Refs #17822.Jannis Leidel
2012-02-23Cleanup to use get_random_string consistently.Paul McMillan
2012-01-24Fixed #17506 -- Did a minor optimization in the sessions' database backend. T...Julien Phalip
2011-12-22Updated English base translation files in preparation of the alpha release so...Jannis Leidel
2011-12-17Fixed various dodgy behavioursAdrian Holovaty
2011-11-27Optimized the cached_db session backend to check if a key exists in the cache...Aymeric Augustin
2011-11-27Fixed #11555 -- Made SessionBase.session_key read-only. Cleaned up code sligh...Aymeric Augustin
2011-11-22Improved the test for #16847.Paul McMillan
2011-11-21Fixed Python 2.5 test failure introduced in r17135.Paul McMillan
2011-11-21Fixed #16847. Session Cookies now default to httponly = True.Paul McMillan
2011-11-20Upgraded django.contrib.sessions to be compatible with time zone support.Aymeric Augustin
2011-11-17Fixed #17223 -- Correctly reference the signed cookies session backend. Thank...Jannis Leidel
2011-10-05Fixed #16987 -- Improved error message for session tests. Thanks jMyles and D...Paul McMillan
2011-09-10Corrected an issue which could allow attackers to manipulate session data usi...Russell Keith-Magee
2011-09-09Replaced `has_key()` calls with `in` to ease Python 3 port. Thanks, Martin vo...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-26Fixed a typo, and added an ``__future__`` import to the new signed cookie tets.Alex Gaynor
2011-06-26Fixed #16199 -- Added a Cookie based session backend. Many thanks to Eric Flo...Jannis Leidel
2011-04-02Removed deprecated 'no' translationRussell Keith-Magee
2011-03-30Removed Django 1.2 compatibility fallback for session data integrity check hash.Luke Plant
2011-03-28Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...Adrian Holovaty
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