summaryrefslogtreecommitdiff
path: root/docs/topics/http
AgeCommit message (Expand)Author
2022-01-13Refs #29708 -- Made SessionBase store expiry as string.Adam Johnson
2022-01-07Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.Ad Timmering
2022-01-04Avoided suggestion of plain text database password in sessions topic.Luke Plant
2021-12-13Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.mgaligniana
2021-11-24Fixed #33298 -- Added docs and tests for using Q objects with get_object_or_4...mgaligniana
2021-10-18Fixed #33172 -- Added example of modifying upload handlers on the fly for CBVs.sreehari1997
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-07-30Refs #32956 -- Updated words ending in -wards.David Smith
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-04-09Fixed #32535 -- Added note about DEBUG_PROPAGATE_EXCEPTIONS setting to middle...Hasan Ramezani
2021-03-30Removed dead link in docs/topics/http/sessions.txt.arcanemachine
2021-03-02Fixed #32271 -- Improved consistency of docs CBV examples.Jack Aitken
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2020-10-22Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.Carlton Gibson
2020-09-22Fixed #32004 -- Clarified docs for when request.FILES is set.János Roden
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-04-15Used :rfc: role in various docs.Mariusz Felisiak
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2020-03-26Clarified async documentation.Adam Johnson
2020-03-25Improved sessions notes in deployment checklist.Adam Johnson
2020-03-18Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin
2020-02-18Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz
2020-01-24Fixed #31184 -- Clarified URL matching behavior in URL dispatcher docs.Roy Smith
2020-01-09Fixed #30995 -- Allowed converter.to_url() to raise ValueError to indicate no...Jack Cushman
2020-01-08Clarified that ValueError raised by converter.to_python() means no match unle...Jack Cushman
2019-12-12Fixed #31069, Refs #26431 -- Doc'd RegexPattern behavior change in passing op...Hasan Ramezani
2019-12-06Fixed #31061 -- Ignored positional args in django.urls.resolve() when all opt...Mariusz Felisiak
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-07-04Fixed #30600 -- Clarified that ValueError raised by converter.to_python() mea...sp1rs
2019-06-26Fixed #30594 -- Added 'private' Cache-Control directive to never_cache() deco...nsasaki128
2019-05-24Fixed #30504 -- Corrected redirect() signature in docs.Shashank Parekh
2019-05-21Fixed #28763 -- Allowed overriding the session cookie age with SessionStore.g...Hasan Ramezani
2019-05-13Fixed #30437 -- Clarified that urlpatterns can be a sequence.Jonatas C. Damasceno
2019-03-12Fixed #30161 -- Added how to decorate class-based views to view decorators docs.alexanderblnf
2019-01-17Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.Tim Graham
2019-01-17Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.Tim Graham
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-10-17Removed obsolete "ugly URL" reference.Tom Dyson
2018-10-01Fixed #29758 -- Documented how to test custom error views.Cammil Taank
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-07-24Fixed typo in docs/topics/http/urls.txt.minusf
2018-07-07Removed usage of 'object' variable name in docs.Harry Moreno
2018-06-28Fixed location of a few doc labels.Tim Graham
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
2018-02-26Fixed incorrect regex in re_path() example.René Fleschenberg
2018-02-20Fixed #29146 -- Readded ^ and $ inadvertently removed from re_path() examples.Seohong Park
2018-01-07Updated various links in docs to use HTTPS.Mariusz Felisiak
2017-12-27Fixed #28966 -- Doc'd that the uuid URL path converter requires dashesTim Graham