summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
7 daysFixed #37196 -- Documented SimpleTestCase.async_client_class and async_client...VIZZARD-X
10 daysRefs #28586 -- Renamed RAISE fetch mode to FETCH_RAISE.Jacob Walls
2026-07-24Fixed typo and versionadded locations in email docs.Mike Edmunds
2026-07-24Fixed minor typos and grammatical errors in docs and docstrings.Jacob Walls
2026-07-20Refs #15855 -- Documented that cache_page caches responses before response mi...Sarah Boyce
2026-07-16Fixed #37218 -- Doc'd that on-demand fetching is sync only.Jacob Walls
2026-07-14Fixed #37210 -- Logged cached_db session cache delete failures.vismaytiwari
2026-07-14Fixed #37131 -- Improved XSS section in security documentation.VIZZARD-X
2026-07-13Fixed #37178 -- Moved MiddlewareMixin out of utils.deprecation.CharulL00
2026-07-06Fixed #37172 -- Linked to upload handlers section in FILE_UPLOAD_* settings s...Lincoln Puzey
2026-07-01Fixed #34753 -- Extended security and safety remarks in email topics docs.Mike Edmunds
2026-06-30Fixed #37162 -- Updated ContactForm docs example to use safe practices.Mike Edmunds
2026-06-26Clarified "plaintext" vs. "plain-text" in password hashers docs.Mike Edmunds
2026-06-24Refs #37174 -- Doc'd that args to the {% cache %} tag are stringified.Jacob Walls
2026-06-23Removed additional versionchanged notices for 6.0.Jacob Walls
2026-06-19Fixed #37165 -- Updated Async Support topics doc.Carlton Gibson
2026-06-16Fixed #37152 -- Raised ValueError when Bcc is used in EmailMessage headers.diaxoaine
2026-06-16Fixed typo in section "Configuring email" in docs/topics/email.txt.Mike Edmunds
2026-06-15Fixed password hashing anchor link for references.Tim Schilling
2026-06-15Fixed #37128 -- Doc'd setUpTestData as test speed up.Tim Schilling
2026-06-11Fixed #37129 -- Clarified database cache culling behavior in docs.VIZZARD-X
2026-06-11Fixed #36837 -- Skipped backends not implementing (a)get_user() in (a)force_l...Sezer BOZKIR
2026-06-08Fixed #32785 -- Optimized cull frequency for DBCache.eevelweezel
2026-06-03Fixed CVE-2026-35193 -- Varied on Authorization when caching non-public respo...Jacob Walls
2026-05-27Fixed #35596 -- Removed mention of unlimited results from QuerySet.get().CodeQuiver
2026-05-27Fixed #37065 -- Doc'd method_decorator usage on dispatch for async views.Carlton Gibson
2026-05-25Corrected indentation in topics/http/shortcuts.txt.Mariusz Felisiak
2026-05-20Removed versionadded/changed annotations for 6.0.Sarah Boyce
2026-05-20Fixed #37045 -- Renamed savepoint() to savepoint_create().Samuel Searles-Bryant
2026-05-20Refs #35514 -- Cleaned up mailers docs.Mike Edmunds
2026-05-13Fixed #35514 -- Implemented dictionary-based MAILERS.Mike Edmunds
2026-05-11Fixed typo in docs/topics/db/search.txt.Stephanie
2026-05-07Fixed #37085 -- Added support for object-based form media stylesheet assets.Natalia
2026-05-06Fixed #36784 -- Added csp_nonce_attr template tag for CSP nonce inclusion.Natalia
2026-05-04Fixed #36767 -- Allowed max redirect URL length to be set on HttpResponseRedi...varunkasyap
2026-04-24Replaced references in docs to accepted PEPs with specific Python docs links.Mike Edmunds
2026-04-20Refs #373, #34122 -- Removed warning that ForeignObject is an internal tool.Mariusz Felisiak
2026-04-16Refs #35514 -- Cleaned up email docs.Mike Edmunds
2026-04-16Refs #35514 -- Added "Configuring email" section to email docs.Mike Edmunds
2026-04-16Refs #35514 -- Moved and renamed "Sending multiple emails" in email docs.Mike Edmunds
2026-04-16Refs #35514 -- Moved get_connection() after backends in email docs.Mike Edmunds
2026-04-15Refs #35514 -- Corrected email backends' outline levels in email docs.Mike Edmunds
2026-04-15Refs #35514 -- Moved EmailMessage class up in email docs.Mike Edmunds
2026-04-15Refs #35514 -- Grouped sending-related features in email docs.Mike Edmunds
2026-04-15Refs #35514 -- Moved email docs examples to relevant section.Mike Edmunds
2026-04-15Fixed broken link in email docs.Mike Edmunds
2026-04-15Fixed incomplete comment in email docs.Natalia
2026-04-07Fixed #37021 -- Added Permission.user_perm_str property.mariatta
2026-04-07Refs CVE-2026-33034 -- Improved security documentation on handling large requ...Jake Howard
2026-03-28Fixed #29762 -- Doc'd how database routers fetch related objects.VIZZARD-X