summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2026-02-24[6.0.x] Applied Black's 2026 stable style.Mariusz Felisiak
2026-02-03[6.0.x] Fixed #36898 -- Documented SessionBase.is_empty().jafarkhan83
2025-12-26[6.0.x] Fixed #30515 -- Documented resolve_url() in docs/topics/http/shortcut...Duane Hilton
2025-12-22[6.0.x] Refs #27100 -- Removed obsolete message from tutorial and migrations ...Jacob Walls
2025-12-08Refs #35581 -- Fixed email image inline attachment example.Adam Johnson
2025-12-04[6.0.x] Fixed #36744 -- Improved scrypt password hasher docs.Dmitry Chestnykh
2025-12-03[6.0.x] Refs #35859 -- Clarified Tasks ref and topics docs regarding availabl...Jacob Walls
2025-12-02[6.0.x] Fixed CVE-2025-64460 -- Corrected quadratic inner text accumulation i...Shai Berger
2025-11-30[6.0.x] Added link to Python Pickle documentation in docs/topics/cache.txt.Rida Zouga
2025-11-27[6.0.x] Fixed outdated redis-py link in cache docs.Bruno Alla
2025-11-17[6.0.x] Fixed #26379 -- Doc'd that the first filter() on a many-to-many relat...Annabelle Wiegart
2025-11-13[6.0.x] Fixed #36686 -- Clarified Meta.ordering is ignored in GROUP BY queries.Kasyap Pentamaraju
2025-11-06[6.0.x] Added community package email backends mention to docs.Tim Schilling
2025-10-27[6.0.x] Fixed #36681 -- Removed English pluralization bias from example in do...Kasyap Pentamaraju
2025-10-23[6.0.x] Fixed #35095 -- Clarified Swiss number formatting in docs/topics/i18n...Annabelle Wiegart
2025-10-03[6.0.x] Fixed #36636, Refs #15902 -- Removed session-based storage reference ...Dani Fornons
2025-09-29[6.0.x] Fixed #36587 -- Clarified usage of `list.insert()` for upload handlers.okaybro
2025-09-18[6.0.x] Fixed #36581 -- Updated serialization examples from XML to JSON.CodingWithSaksham
2025-09-17[6.0.x] Added backticks to email addresses in docs.Mariusz Felisiak
2025-09-17Refs #35859 -- Removed support for Task enqueuing on transaction commit.Jacob Walls
2025-09-17Refs #35859 -- Included Task backends in system checks docs.Jacob Walls
2025-09-16Fixed #35859 -- Added background Tasks framework interface.Jake Howard
2025-09-15Fixed #36591 -- Removed unnecessary dotted paths in email docs.Dani Fornons
2025-09-12Fixed #36597 -- Corrected directives for functions from email module in docs.Mridul Dhall
2025-09-05Fixed #36524 -- Enabled docs cross references to EmailMessage methods.Mike Edmunds
2025-09-05Removed redundant directive in email docs.Mike Edmunds
2025-08-29Fixed #35831 -- Documented the model form meta API in model form reference docs.Mustafa Pirbhai
2025-08-28Fixed #36532 -- Added Content Security Policy view decorators to override or ...Rob Hudson
2025-08-28Ensured :doc: role uses absolute targets in docs.Adam Johnson
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed double spaces after periods in sentences.Natalia
2025-08-25Refs #36485 -- Fixed dangling hyphen and unbalanced inline markup in docs.David Smith
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-08-19Fixed spelling of "logged-in" when used as an adjective in docs.mengxun
2025-08-14Fixed #36410 -- Added support for Template Partials to the Django Template La...farhan
2025-08-11Corrected code examples in topics docs.Rohit
2025-08-04Corrected assertNumQueries() example in docs/topics/testing/tools.txt.Adam Zapletal
2025-07-25Fixed #35581 -- Updated django.core.mail to Python's modern email API.Mike Edmunds
2025-07-25Fixed typo in docs/topics/email.txt.Mike Edmunds
2025-07-17Refs #36163 -- Reordered EmailMessage options in docs/topics/email.txt.Mike Edmunds
2025-07-17Fixed #36163 -- Deprecated most positional arguments in django.core.mail.Mike Edmunds
2025-07-17Fixed get_connection() signature in docs/topics/email.txt.Mike Edmunds
2025-06-27Fixed #15727 -- Added Content Security Policy (CSP) support.Rob Hudson
2025-06-13Corrected jsonfield fieldlookup references.Sarah Boyce
2025-06-11Made minor grammar and punctuation fixes in docs/topics/migrations.txt.Clifford Gama
2025-06-10Refs #373 -- Doc'd that on_delete is ignored for ForeignObject.Jacob Walls
2025-06-10Fixed #36449 -- Fixed field types in example model using ForeignObject.Jacob Walls
2025-05-20Fixed #34262 -- Added support for AnyValue for SQLite, MySQL, Oracle, and Pos...ontowhee
2025-05-16Fixed #33312 -- Raised explicit exception when copying deferred model instances.Simon Charette