summaryrefslogtreecommitdiff
path: root/django/contrib/sessions
AgeCommit message (Expand)Author
2017-12-01[2.0.x] Updated contrib translations from TransifexClaude Paroz
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-07-29Avoided creation of temporary sets.Sergey Fedoseev
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-05-03Fixed #28167 -- Fixed cache backend's SessionStore.exists() if session_key is...Tim Graham
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-04-17Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.InvalidInterrupt
2017-04-04Updated contrib translations from TransifexClaude Paroz
2017-03-04Refs #27656 -- Updated remaining docstring verbs according to PEP 257.Anton Samarchyan
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-25Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.Tim Graham
2017-01-19Refs #23919 -- Removed SessionBase.iterkeys(), itervalues(), iteritems().Srinivas Reddy Thatiparthy
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-01Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with Suspicious...Andrew Nester
2016-08-08Fixed #26764 -- Fixed Session.cycle_key() crash on unaccessed session.Adam Zapletal
2016-08-01Pulled contrib translations from TransifexClaude Paroz
2016-06-29Added Upper/Lower Sorbian translationsClaude Paroz
2016-06-21Fixed #26783 -- Fixed SessionMiddleware's empty cookie deletion when using SE...Jon Dufresne
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-04-30Pulled translations from TransifexClaude Paroz
2016-04-30Removed deprecated Chinese language codes for contrib appsClaude Paroz
2016-04-20Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a Ke...Tobias Kroenke
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-04-04Refs #21608 -- Fixed incorrect cache key in cache session backend's save().Jon Dufresne
2016-02-26Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent...Tore Lundqvist
2015-12-31Removed British/Austrialian word: whilist.Tim Graham
2015-12-01Pulled contrib translations from TransifexClaude Paroz
2015-10-17Fixed #25558 -- Fixed nondeterministic test failure on Windows: test_clearses...Brian Gianforcaro
2015-10-03Fixed #22938 -- Allowed clearsessions to remove file-based sessions.Aleksandra Tarkowska
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-08-27Fixed #22634 -- Made the database-backed session backends more extensible.Sergey Kolosov
2015-08-18Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham
2015-07-08Fixed #19324 -- Avoided creating a session record when loading the session.Carl Meyer
2015-06-06Fixed #24915 -- Added stricter session key validationDavid Bannon
2015-05-20Fixed incorrect session.flush() in cached_db session backend.Tim Graham
2015-05-15Fixed #24799 -- Fixed session cookie deletion when using SESSION_COOKIE_DOMAINBo Lopker
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-04-30Updated translations from TransifexClaude Paroz
2015-04-13Fixed #24621 -- Fixed and documented SessionBase.pop's second argumentAdam Zapletal
2015-04-01Fetched updated contrib translations from TransifexClaude Paroz
2015-03-12Fixed #24468 -- Made signed cookies cache backend resilient to unpickling exc...Tim Graham
2015-02-11Moved contrib.sessions tests out of contrib.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-29Fixed #24223 -- Prevented a session test from leaking.Matt
2015-01-19Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+Tim Graham