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
/
docs
/
topics
/
http
Age
Commit message (
Expand
)
Author
2025-09-29
[5.2.x] Fixed #36587 -- Clarified usage of `list.insert()` for upload handlers.
okaybro
2024-11-14
Fixed #35784 -- Added support for preserving the HTTP request method in HttpR...
Lorenzo Peña
2024-10-30
Added missing lang attributes to html elements in docs.
Johanan-Ayadata
2024-06-12
Fixed #35401 -- Documented the conditional_page() decorator.
lufafajoshua
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2024-04-04
Refs #31710 -- Improved multiple file upload docs.
Adam Johnson
2024-03-13
Fixed #34901 -- Added async-compatible interface to session engines.
Jon Janzen
2024-02-23
Fixed #35090 -- Deprecated registering URL converters with the same name.
Salvo Polizzi
2024-02-21
Fixed #34806 -- Made cached_db session backend resilient to cache write errors.
Sulabh Katila
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-09-18
Removed versionadded/changed annotations for 4.2.
Mariusz Felisiak
2023-09-13
Refs #31949 -- Made make_middleware_decorator to work with async functions.
Ben Lomax
2023-07-24
Fixed #34714 -- Added aget_object_or_404()/aget_list_or_404() shortcuts.
Olivier Tabone
2023-07-10
Refs #31949 -- Made @vary_on_(cookie/headers) decorators work with async func...
Ben Lomax
2023-06-26
Refs #31949 -- Made http decorators to work with async functions.
th3nn3ss
2023-05-23
Refs #31949 -- Made @no_append_slash decorator to work with async functions.
Ben Lomax
2023-05-03
Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validatio...
Mariusz Felisiak
2023-04-25
Refs #31949 -- Made @never_cache and @cache_control() decorators to work with...
Ben Lomax
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-02-14
Fixed #34328 -- Added async-only class-based middleware example.
Carlton Gibson
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-01-17
Refs #29708 -- Removed PickleSerializer per deprecation timeline.
Mariusz Felisiak
2022-12-22
Fixed #33735 -- Added async support to StreamingHttpResponse.
Carlton Gibson
2022-12-20
Refs #34118 -- Adopted asgiref coroutine detection shims.
Carlton Gibson
2022-12-16
Fixed typo in docs/topics/http/sessions.txt.
TAKAHASHI Shuuji
2022-10-29
Removed obsolete doc reference to asyncio.iscoroutinefunction.
Nick Pope
2022-10-10
Fixed #25996 -- Revised performance section in URLs topic docs.
Ralph Reid
2022-10-07
Fixed #33797 -- Prioritized cached database backend for cached sessions in docs.
J.V. Zammit
2022-08-09
Fixed #33842 -- Used :source: role for links to repo files on GitHub.
Ramil Yanbulatov
2022-05-31
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
Mariusz Felisiak
2022-04-28
Removed hyphen from pre-/re- prefixes.
David
2022-03-31
Fixed #32129 -- Adjusted the docs for session expiry helpers.
sarahboyce
2022-02-03
Fixed #32243 -- Added docs examples for manually saving Files.
Joshua Massover
2022-02-02
Added Redis to warning about using cached sessions in docs.
Theofilos Alexiou
2022-02-01
Fixed #30360 -- Added support for secret key rotation.
tschilling
2022-01-13
Fixed #29708 -- Deprecated PickleSerializer.
Adam Johnson
2022-01-13
Refs #29708 -- Made SessionBase store expiry as string.
Adam Johnson
2022-01-07
Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.
Ad Timmering
2022-01-04
Avoided suggestion of plain text database password in sessions topic.
Luke Plant
2021-12-13
Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.
mgaligniana
2021-11-24
Fixed #33298 -- Added docs and tests for using Q objects with get_object_or_4...
mgaligniana
2021-10-18
Fixed #33172 -- Added example of modifying upload handlers on the fly for CBVs.
sreehari1997
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-07-30
Refs #32956 -- Updated words ending in -wards.
David Smith
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-04-09
Fixed #32535 -- Added note about DEBUG_PROPAGATE_EXCEPTIONS setting to middle...
Hasan Ramezani
2021-03-30
Removed dead link in docs/topics/http/sessions.txt.
arcanemachine
2021-03-02
Fixed #32271 -- Improved consistency of docs CBV examples.
Jack Aitken
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
[next]