index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
models
/
instances.txt
Age
Commit message (
Expand
)
Author
2026-01-19
Fixed unbalanced parentheses in docs.
Clifford Gama
2025-10-29
Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...
Clifford Gama
2025-10-18
Fixed #21961 -- Added support for database-level delete options for ForeignKey.
Mariusz Felisiak
2025-10-16
Fixed #28586 -- Added model field fetch modes.
Adam Johnson
2025-09-17
Removed versionadded/changed annotations for 5.2.
Jacob Walls
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-04-15
Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.
Ahmed Nassar
2025-03-10
Fixed #33579 -- Specialized exception raised on forced update failures.
Simon Charette
2025-01-15
Refs #35060 -- Removed passing positional arguments to Model.save()/asave() p...
Sarah Boyce
2025-01-15
Removed versionadded/changed annotations for 5.1.
Sarah Boyce
2025-01-15
Refs #36070 -- Referred to pk as an attribute when a composite primary key is...
Jacob Walls
2025-01-13
Fixed #36077 -- Corrected docs on pk value where Model.save() executes an UPD...
Jacob Walls
2024-09-09
Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is...
Csirmaz Bendegúz
2024-05-30
Made cosmetic edits to code snippets reformatted with blacken-docs.
Mariusz Felisiak
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2024-03-18
Refs #34059, Refs #34060 -- Removed outdated warning about validation of JSON...
Mariusz Felisiak
2024-01-15
Fixed #28344 -- Allowed customizing queryset in Model.refresh_from_db()/arefr...
Aivars Kalvans
2024-01-02
Fixed #35060 -- Deprecated passing positional arguments to Model.save()/asave().
Salvo Polizzi
2023-10-05
Refs #31435 -- Doc'd potential infinite recursion when accessing model fields...
David Sanders
2023-09-18
Removed versionadded/changed annotations for 4.2.
Mariusz Felisiak
2023-08-30
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...
Nick Pope
2023-06-29
Fixed #30382 -- Allowed specifying parent classes in force_insert of Model.sa...
Akash Kumar Sen
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-01-20
Fixed #34242 -- Doc'd that primary key is set to None when deleting objects.
noFFENSE
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-11-10
Improved readability of string interpolation in frequently used examples in d...
Trey Hunner
2022-11-02
Fixed #34112 -- Added async-compatible interface to Model methods.
DevilsAutumn
2022-10-12
Refs #34059 -- Doc'd lack of support for validation of constraints with JSONF...
Mariusz Felisiak
2022-09-28
Changed note about update_fields and pre_save() to admonition.
Mariusz Felisiak
2022-09-27
Doc'd when pre_save() is called with Model.save()'s update_fields.
sarahboyce
2022-08-30
Refs #30947 -- Changed tuples to lists where appropriate.
Alex Morega
2022-05-24
Fixed #33724 -- Doc'd exclude argument changes in model validation.
Mariusz Felisiak
2022-05-18
Refs #30581 -- Updated count of steps in model validation docs.
Joachim Jablon
2022-05-10
Fixed #30581 -- Added support for Meta.constraints validation.
Gagaro
2022-05-06
Fixed #33680 -- Corrected example of customizing model loading in docs.
Ali Toosi
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-26
Fixed #32957 -- Improved visibility of arguments sections in Model.save() docs.
abhiabhi94
2021-05-18
Fixed #32755 -- Corrected Model.get_absolute_url() example in docs.
Girish Sontakke
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2020-12-15
Added backticks to code literals in various docs.
Jon Dufresne
2020-07-22
Refs #24763 -- Moved DoesNotExist to Model class docs.
Adam Johnson
2020-07-08
Fixed #31502 -- Documented Model._state.db and Model._state.adding
Tim Park
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-01-17
Added missing backtick in instances docs.
Claude Paroz
[next]