summaryrefslogtreecommitdiff
path: root/docs/topics/http
Commit message (Expand)AuthorAgeFilesLines
* Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validatio...Mariusz Felisiak2023-05-031-8/+58
* Refs #31949 -- Made @never_cache and @cache_control() decorators to work with...Ben Lomax2023-04-251-0/+8
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-017-146/+196
* Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit2023-02-282-3/+7
* Fixed #34328 -- Added async-only class-based middleware example.Carlton Gibson2023-02-141-0/+19
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-4/+14
* Refs #29708 -- Removed PickleSerializer per deprecation timeline.Mariusz Felisiak2023-01-171-25/+0
* Fixed #33735 -- Added async support to StreamingHttpResponse.Carlton Gibson2022-12-221-0/+10
* Refs #34118 -- Adopted asgiref coroutine detection shims.Carlton Gibson2022-12-201-3/+3
* Fixed typo in docs/topics/http/sessions.txt.TAKAHASHI Shuuji2022-12-161-2/+2
* Removed obsolete doc reference to asyncio.iscoroutinefunction.Nick Pope2022-10-291-1/+1
* Fixed #25996 -- Revised performance section in URLs topic docs.Ralph Reid2022-10-101-2/+3
* Fixed #33797 -- Prioritized cached database backend for cached sessions in docs.J.V. Zammit2022-10-071-22/+21
* Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov2022-08-091-1/+1
* Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak2022-05-312-8/+8
* Removed hyphen from pre-/re- prefixes.David2022-04-281-1/+1
* Fixed #32129 -- Adjusted the docs for session expiry helpers.sarahboyce2022-03-311-3/+18
* Fixed #32243 -- Added docs examples for manually saving Files.Joshua Massover2022-02-031-0/+13
* Added Redis to warning about using cached sessions in docs.Theofilos Alexiou2022-02-021-5/+5
* Fixed #30360 -- Added support for secret key rotation.tschilling2022-02-011-13/+16
* Fixed #29708 -- Deprecated PickleSerializer.Adam Johnson2022-01-131-13/+14
* Refs #29708 -- Made SessionBase store expiry as string.Adam Johnson2022-01-131-4/+2
* Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.Ad Timmering2022-01-071-2/+2
* Avoided suggestion of plain text database password in sessions topic.Luke Plant2022-01-041-1/+1
* Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.mgaligniana2021-12-131-0/+4
* Fixed #33298 -- Added docs and tests for using Q objects with get_object_or_4...mgaligniana2021-11-241-4/+10
* Fixed #33172 -- Added example of modifying upload handlers on the fly for CBVs.sreehari19972021-10-181-0/+21
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-201-2/+0
* Refs #32956 -- Updated words ending in -wards.David Smith2021-07-301-1/+1
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-294-8/+8
* Fixed #32535 -- Added note about DEBUG_PROPAGATE_EXCEPTIONS setting to middle...Hasan Ramezani2021-04-091-0/+3
* Removed dead link in docs/topics/http/sessions.txt.arcanemachine2021-03-301-2/+1
* Fixed #32271 -- Improved consistency of docs CBV examples.Jack Aitken2021-03-021-1/+1
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-143-12/+0
* Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.Carlton Gibson2020-10-221-0/+15
* Fixed #32004 -- Clarified docs for when request.FILES is set.János Roden2020-09-221-3/+3
* Removed versionadded/changed annotations for 3.0.Mariusz Felisiak2020-05-133-11/+0
* Used :rfc: role in various docs.Mariusz Felisiak2020-04-151-2/+2
* Prevented (and corrected) single backtick usage in docs.Adam Johnson2020-04-011-1/+1
* Clarified async documentation.Adam Johnson2020-03-262-15/+15
* Improved sessions notes in deployment checklist.Adam Johnson2020-03-251-0/+2
* Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin2020-03-182-2/+110
* Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz2020-02-181-2/+2
* Fixed #31184 -- Clarified URL matching behavior in URL dispatcher docs.Roy Smith2020-01-241-1/+2
* Fixed #30995 -- Allowed converter.to_url() to raise ValueError to indicate no...Jack Cushman2020-01-091-2/+11
* Clarified that ValueError raised by converter.to_python() means no match unle...Jack Cushman2020-01-081-1/+1
* Fixed #31069, Refs #26431 -- Doc'd RegexPattern behavior change in passing op...Hasan Ramezani2019-12-121-2/+7
* Fixed #31061 -- Ignored positional args in django.urls.resolve() when all opt...Mariusz Felisiak2019-12-061-1/+1
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-064-35/+33
* Fixed typo in docs/topics/http/sessions.txt.terminator142019-07-231-1/+1