summaryrefslogtreecommitdiff
path: root/docs/topics/db
AgeCommit message (Expand)Author
2026-03-28Fixed #29762 -- Doc'd how database routers fetch related objects.VIZZARD-X
2026-03-10Fixed #36391 -- Doc'd RawSQL usage in docs/topics/db/sql.txt.Amar
2026-02-16Fixed #36918 -- Removed double spaces and fixed minor grammar issues in docs.$ῗἧḡḥ𝐀丂𝓱м𝑒𝑒𝐓
2026-01-18Applied Black's 2026 stable style.Mariusz Felisiak
2025-12-17Fixed #27380 -- Added "raw" argument to m2m_changed signals.Mariusz Felisiak
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-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-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-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 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-06-13Corrected jsonfield fieldlookup references.Sarah Boyce
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
2025-05-14Fixed #36085 -- Added JSONField support for negative array indexing on SQLite.savanto
2025-05-02Fixed #17461 -- Doc'd the presumed order of foreign keys on the intermediary ...Clifford Gama
2025-04-27Fixed #36335 -- Fixed typo in docs/topics/db/managers.txt.dbogar89
2025-03-21Fixed #36095 -- Introduced lazy references in "Models across files" section.Clifford Gama
2025-03-18Fixed #36202 -- Added examples of JSONField __contains and __contained_by loo...Clifford Gama
2025-03-13Fixed incorrect formatting for inline pluralized code references in docs.Clifford Gama
2025-03-12Fixed #36249 -- Fixed typo in docs/topics/db/queries.txt.hesham hatem
2025-03-04Fixed #36128 -- Clarified auto-generated unique constraint on m2m through mod...Clifford Gama
2025-01-02Fixed #36037 -- Fixed default primary key type in docs.Ari Pollak
2024-12-02Removed question marks from headings in docs/topics/db/fixtures.txt.Anders Hovmöller
2024-11-14Fixed #35887 -- Added imports and admin.site.register to non-partial admin in...Alexander Lazarević
2024-10-23Fixed #35731 -- Extended db_default docs.Yash
2024-10-09Refs #35502 -- Clarified models.py file path in docs/topics/db/queries.txt.Natalia
2024-09-11Refs #35060 -- Fixed the update to update_fields in overridden save() method ...Clifford Gama
2024-08-12Fixed #35623 -- Documented that a field cannot be named 'check'.Mohammad Salehi
2024-08-05Used :pypi: role in docs where appropriate.Mariusz Felisiak
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
2024-02-01Fixed typo in docs/topics/db/managers.txt.Ebram Shehata
2024-01-31Fixed #35156 -- Removed outdated note about not supporting foreign keys by SQ...Ben Cail
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-02Fixed #35060 -- Deprecated passing positional arguments to Model.save()/asave().Salvo Polizzi
2024-01-01Fixed #35072 -- Corrected Field.choices description in models topic.Zowie Beha
2023-10-30Refs #30601 -- Fixed typos in docs/topics/db/transactions.txt.Natalia
2023-10-30Refs #15578 -- Made cosmetic edits to fixtures docs.Natalia
2023-10-27Fixed #30601 -- Doc'd the need to manually revert all app state on transactio...lufafajoshua
2023-10-26Fixed #15578 -- Stated the processing order of fixtures in the fixtures docs.Leo Suarez
2023-10-25Added missing pycon directives in various docs.Mariusz Felisiak