index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validatio...
Mariusz Felisiak
2023-05-03
1
-8
/
+58
*
Refs #31949 -- Made @never_cache and @cache_control() decorators to work with...
Ben Lomax
2023-04-25
1
-0
/
+8
*
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-03-01
7
-146
/
+196
*
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-02-28
2
-3
/
+7
*
Fixed #34328 -- Added async-only class-based middleware example.
Carlton Gibson
2023-02-14
1
-0
/
+19
*
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-02-10
1
-4
/
+14
*
Refs #29708 -- Removed PickleSerializer per deprecation timeline.
Mariusz Felisiak
2023-01-17
1
-25
/
+0
*
Fixed #33735 -- Added async support to StreamingHttpResponse.
Carlton Gibson
2022-12-22
1
-0
/
+10
*
Refs #34118 -- Adopted asgiref coroutine detection shims.
Carlton Gibson
2022-12-20
1
-3
/
+3
*
Fixed typo in docs/topics/http/sessions.txt.
TAKAHASHI Shuuji
2022-12-16
1
-2
/
+2
*
Removed obsolete doc reference to asyncio.iscoroutinefunction.
Nick Pope
2022-10-29
1
-1
/
+1
*
Fixed #25996 -- Revised performance section in URLs topic docs.
Ralph Reid
2022-10-10
1
-2
/
+3
*
Fixed #33797 -- Prioritized cached database backend for cached sessions in docs.
J.V. Zammit
2022-10-07
1
-22
/
+21
*
Fixed #33842 -- Used :source: role for links to repo files on GitHub.
Ramil Yanbulatov
2022-08-09
1
-1
/
+1
*
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
Mariusz Felisiak
2022-05-31
2
-8
/
+8
*
Removed hyphen from pre-/re- prefixes.
David
2022-04-28
1
-1
/
+1
*
Fixed #32129 -- Adjusted the docs for session expiry helpers.
sarahboyce
2022-03-31
1
-3
/
+18
*
Fixed #32243 -- Added docs examples for manually saving Files.
Joshua Massover
2022-02-03
1
-0
/
+13
*
Added Redis to warning about using cached sessions in docs.
Theofilos Alexiou
2022-02-02
1
-5
/
+5
*
Fixed #30360 -- Added support for secret key rotation.
tschilling
2022-02-01
1
-13
/
+16
*
Fixed #29708 -- Deprecated PickleSerializer.
Adam Johnson
2022-01-13
1
-13
/
+14
*
Refs #29708 -- Made SessionBase store expiry as string.
Adam Johnson
2022-01-13
1
-4
/
+2
*
Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.
Ad Timmering
2022-01-07
1
-2
/
+2
*
Avoided suggestion of plain text database password in sessions topic.
Luke Plant
2022-01-04
1
-1
/
+1
*
Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.
mgaligniana
2021-12-13
1
-0
/
+4
*
Fixed #33298 -- Added docs and tests for using Q objects with get_object_or_4...
mgaligniana
2021-11-24
1
-4
/
+10
*
Fixed #33172 -- Added example of modifying upload handlers on the fly for CBVs.
sreehari1997
2021-10-18
1
-0
/
+21
*
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-09-20
1
-2
/
+0
*
Refs #32956 -- Updated words ending in -wards.
David Smith
2021-07-30
1
-1
/
+1
*
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-29
4
-8
/
+8
*
Fixed #32535 -- Added note about DEBUG_PROPAGATE_EXCEPTIONS setting to middle...
Hasan Ramezani
2021-04-09
1
-0
/
+3
*
Removed dead link in docs/topics/http/sessions.txt.
arcanemachine
2021-03-30
1
-2
/
+1
*
Fixed #32271 -- Improved consistency of docs CBV examples.
Jack Aitken
2021-03-02
1
-1
/
+1
*
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2021-01-14
3
-12
/
+0
*
Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.
Carlton Gibson
2020-10-22
1
-0
/
+15
*
Fixed #32004 -- Clarified docs for when request.FILES is set.
János Roden
2020-09-22
1
-3
/
+3
*
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-05-13
3
-11
/
+0
*
Used :rfc: role in various docs.
Mariusz Felisiak
2020-04-15
1
-2
/
+2
*
Prevented (and corrected) single backtick usage in docs.
Adam Johnson
2020-04-01
1
-1
/
+1
*
Clarified async documentation.
Adam Johnson
2020-03-26
2
-15
/
+15
*
Improved sessions notes in deployment checklist.
Adam Johnson
2020-03-25
1
-0
/
+2
*
Fixed #31224 -- Added support for asynchronous views and middleware.
Andrew Godwin
2020-03-18
2
-2
/
+110
*
Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...
Claude Paroz
2020-02-18
1
-2
/
+2
*
Fixed #31184 -- Clarified URL matching behavior in URL dispatcher docs.
Roy Smith
2020-01-24
1
-1
/
+2
*
Fixed #30995 -- Allowed converter.to_url() to raise ValueError to indicate no...
Jack Cushman
2020-01-09
1
-2
/
+11
*
Clarified that ValueError raised by converter.to_python() means no match unle...
Jack Cushman
2020-01-08
1
-1
/
+1
*
Fixed #31069, Refs #26431 -- Doc'd RegexPattern behavior change in passing op...
Hasan Ramezani
2019-12-12
1
-2
/
+7
*
Fixed #31061 -- Ignored positional args in django.urls.resolve() when all opt...
Mariusz Felisiak
2019-12-06
1
-1
/
+1
*
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-09-06
4
-35
/
+33
*
Fixed typo in docs/topics/http/sessions.txt.
terminator14
2019-07-23
1
-1
/
+1
[next]