summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2026-01-08Dropped unnecessary usage of "seealso" in BoundField docs.Natalia
2025-12-26Fixed #30515 -- Documented resolve_url() in docs/topics/http/shortcuts.txt.Duane Hilton
2025-12-22Refs #27100 -- Removed obsolete message from tutorial and migrations topic.Jacob Walls
2025-12-17Fixed #27380 -- Added "raw" argument to m2m_changed signals.Mariusz Felisiak
2025-12-08Refs #35581 -- Fixed email image inline attachment example.Adam Johnson
2025-12-04Fixed #36744 -- Improved scrypt password hasher docs.Dmitry Chestnykh
2025-12-03Fixed #35729 -- Enabled natural key serialization opt-out for subclasses.rimi0108
2025-12-03Refs #35859 -- Clarified Tasks ref and topics docs regarding available backends.Jacob Walls
2025-12-02Fixed CVE-2025-64460 -- Corrected quadratic inner text accumulation in XML se...Shai Berger
2025-11-30Added link to Python Pickle documentation in docs/topics/cache.txt.Rida Zouga
2025-11-27Fixed outdated redis-py link in cache docs.Bruno Alla
2025-11-21Fixed #36741 -- Linked to custom save()/delete() caveats in docs/ref/models/q...VIZZARD-X
2025-11-21Fixed #36718 -- Added JSONField support for negative array indexing on Oracle...Clifford Gama
2025-11-17Fixed #26379 -- Doc'd that the first filter() on a many-to-many relation is s...Annabelle Wiegart
2025-11-13Fixed #36686 -- Clarified Meta.ordering is ignored in GROUP BY queries.Kasyap Pentamaraju
2025-11-07Fixed #36705 -- Avoided string concatenation in utils.Kasyap Pentamaraju
2025-11-07Fixed #36315 -- Used TaskGroup instead of asyncio.gather().Thomas Grainger
2025-11-06Added community package email backends mention to docs.Tim Schilling
2025-10-29Refs #35381 -- Deprecated using None in JSONExact rhs to mean JSON null.Clifford Gama
2025-10-29Fixed #35381 -- Added JSONNull() expression.Clifford Gama
2025-10-29Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...Clifford Gama
2025-10-27Fixed #36681 -- Removed English pluralization bias from example in docs/topic...Kasyap Pentamaraju
2025-10-23Fixed #35095 -- Clarified Swiss number formatting in docs/topics/i18n/formatt...Annabelle Wiegart
2025-10-17Fixed #36665 -- Improved manager usage guidance in docs/topics/db/optimizatio...Segni Mekonnen
2025-10-16Refs #28586 -- Copied fetch modes to related objects.Adam Johnson
2025-10-16Fixed #28586 -- Added model field fetch modes.Adam Johnson
2025-10-16Refs #28586 -- Edited related objects documentation.Adam Johnson
2025-10-03Fixed #36636, Refs #15902 -- Removed session-based storage reference from set...Dani Fornons
2025-09-29Fixed #36587 -- Clarified usage of `list.insert()` for upload handlers.okaybro
2025-09-18Fixed #36581 -- Updated serialization examples from XML to JSON.CodingWithSaksham
2025-09-17Added backticks to email addresses in docs.Mariusz Felisiak
2025-09-17Removed versionadded/changed annotations for 5.2.Jacob Walls
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