Adam Johnson
|
66b06822d0
Improved sessions notes in deployment checklist.
|
5 gadi atpakaļ |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 gadi atpakaļ |
terminator14
|
8323691de0
Fixed typo in docs/topics/http/sessions.txt.
|
5 gadi atpakaļ |
Hasan Ramezani
|
9d6f981a66
Fixed #28763 -- Allowed overriding the session cookie age with SessionStore.get_session_cookie_age().
|
5 gadi atpakaļ |
Alex Gaynor
|
9a56b4b13e
Fixed #27863 -- Added support for the SameSite cookie flag.
|
7 gadi atpakaļ |
Tim Graham
|
afd375fc34
Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie examples.
|
7 gadi atpakaļ |
Claude Paroz
|
01f658644a
Updated various links in docs to avoid redirects
|
7 gadi atpakaļ |
chillaranand
|
dc165ec8e5
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
8 gadi atpakaļ |
Brightcells
|
d301c61bcb
Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs.
|
8 gadi atpakaļ |
Preetham Nosum
|
32cf01c1c1
Fixed #18348 -- Documented SesssionStore.create()
|
8 gadi atpakaļ |
Md. Sadaf Noor
|
1f82b857ce
Fixed #26831 -- Documented session data must be JSON encodable for JSONSerializer.
|
8 gadi atpakaļ |
Berker Peksag
|
698c8dfc2a
Fixed #26503 -- Removed an outdated example from session docs.
|
8 gadi atpakaļ |
Tim Graham
|
cc0d1eaaea
Refs #22634 -- Removed unneeded app_label in custom session engine example.
|
8 gadi atpakaļ |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 gadi atpakaļ |
Florian Apolloner
|
9baf692a58
Fixed #26601 -- Improved middleware per DEP 0005.
|
9 gadi atpakaļ |
Tobias Kroenke
|
b040ac06eb
Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a KeyError.
|
9 gadi atpakaļ |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 gadi atpakaļ |
Tim Graham
|
9a5c94588e
Added a missing session setting in docs.
|
9 gadi atpakaļ |
Elif T. Kus
|
bca9faae95
Fixed #26020 -- Normalized header stylings in docs.
|
9 gadi atpakaļ |
Tim Graham
|
4d83b0163e
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
|
9 gadi atpakaļ |
Josh Soref
|
93452a70e8
Fixed many spelling mistakes in code, comments, and docs.
|
9 gadi atpakaļ |
Jon Dufresne
|
7aabd62380
Fixed #25778 -- Updated docs links to use https when available.
|
9 gadi atpakaļ |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 gadi atpakaļ |
Sergey Kolosov
|
22bb548900
Fixed #22634 -- Made the database-backed session backends more extensible.
|
11 gadi atpakaļ |
Tim Graham
|
956df84a61
Removed historical note about session serialization.
|
9 gadi atpakaļ |
Claude Paroz
|
64982cc2fb
Updated Wikipedia links to use https
|
9 gadi atpakaļ |
Tim Graham
|
fc1eea59c0
Fixed typo in docs/topics/http/sessions.txt
|
10 gadi atpakaļ |
Adam Zapletal
|
872eb26f54
Fixed #24621 -- Fixed and documented SessionBase.pop's second argument
|
10 gadi atpakaļ |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 gadi atpakaļ |
Berker Peksag
|
5c517ec218
Fixed versionchanged indentation in docs/.
|
10 gadi atpakaļ |