summaryrefslogtreecommitdiff
path: root/docs/topics/http/sessions.txt
AgeCommit message (Expand)Author
2021-03-30[3.2.x] Removed dead link in docs/topics/http/sessions.txt.arcanemachine
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-04-15Used :rfc: role in various docs.Mariusz Felisiak
2020-03-25Improved sessions notes in deployment checklist.Adam Johnson
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-07-23Fixed typo in docs/topics/http/sessions.txt.terminator14
2019-05-21Fixed #28763 -- Allowed overriding the session cookie age with SessionStore.g...Hasan Ramezani
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
2017-11-01Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie exam...Tim Graham
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2016-08-19Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs.Brightcells
2016-07-22Fixed #18348 -- Documented SesssionStore.create()Preetham Nosum
2016-07-12Fixed #26831 -- Documented session data must be JSON encodable for JSONSerial...Md. Sadaf Noor
2016-05-31Fixed #26503 -- Removed an outdated example from session docs.Berker Peksag
2016-05-28Refs #22634 -- Removed unneeded app_label in custom session engine example.Tim Graham
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-04-20Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a Ke...Tobias Kroenke
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-29Added a missing session setting in docs.Tim Graham
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-12-23Fixed #25969 -- Replaced render_to_response() with render() in docs examples.Tim Graham
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-08-27Fixed #22634 -- Made the database-backed session backends more extensible.Sergey Kolosov
2015-08-27Removed historical note about session serialization.Tim Graham
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-05-17Fixed typo in docs/topics/http/sessions.txtTim Graham
2015-04-13Fixed #24621 -- Fixed and documented SessionBase.pop's second argumentAdam Zapletal
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2014-11-03Fixed versionchanged indentation in docs/.Berker Peksag
2014-10-16Fixed some intersphinx references.Tim Graham
2014-08-02Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docsErik Romijn
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-16Fixed #23023 -- Added warning against local-memory cache.Tim Graham
2014-07-09Revert "Improve cookie based session backend docs." refs #20418Tim Graham
2014-05-11Fixed #20936 -- When logging out/ending a session, don't create a new, empty ...Matt Robenolt
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-01-22Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2014-01-03Fixed a sentence in the session security docs; thanks claudep.Tim Graham
2013-11-30Removed gender-based pronouns per [c0a2daad78].Tim Graham
2013-11-24Fixed some unnescesarily gendered language in the docsAlex Gaynor
2013-11-22Removed unused import in docs/topics/http/sessions.txtTim Graham
2013-11-18Fixed typo in topics/http/sessions.txt.Tim Graham
2013-10-18Added a warning regarding session security and subdomains.Tim Graham
2013-10-02Changed the doc to use gender-neutral pronouns when possible.Baptiste Mispelon
2013-10-02Clarified session replay attack differences with cookie backend.Tim Graham
2013-09-19Added missing "in" in sentence.Markus Amalthea Magnuson