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