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
/
topics
/
db
/
models.txt
Age
Commit message (
Expand
)
Author
2025-11-21
Fixed #36741 -- Linked to custom save()/delete() caveats in docs/ref/models/q...
VIZZARD-X
2025-10-29
Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...
Clifford Gama
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2025-05-02
Fixed #17461 -- Doc'd the presumed order of foreign keys on the intermediary ...
Clifford Gama
2025-03-21
Fixed #36095 -- Introduced lazy references in "Models across files" section.
Clifford Gama
2025-03-04
Fixed #36128 -- Clarified auto-generated unique constraint on m2m through mod...
Clifford Gama
2025-01-02
Fixed #36037 -- Fixed default primary key type in docs.
Ari Pollak
2024-10-23
Fixed #35731 -- Extended db_default docs.
Yash
2024-09-11
Refs #35060 -- Fixed the update to update_fields in overridden save() method ...
Clifford Gama
2024-08-12
Fixed #35623 -- Documented that a field cannot be named 'check'.
Mohammad Salehi
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2024-01-02
Fixed #35060 -- Deprecated passing positional arguments to Model.save()/asave().
Salvo Polizzi
2024-01-01
Fixed #35072 -- Corrected Field.choices description in models topic.
Zowie Beha
2023-08-30
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...
Nick Pope
2023-03-21
Fixed #34388 -- Allowed using choice enumeration types directly on model and ...
T. Franzel
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2022-11-14
Refs #34099 -- Doc'd that custom Model.save() should update update_fields kwarg.
sarahboyce
2022-11-10
Improved readability of string interpolation in frequently used examples in d...
Trey Hunner
2022-08-30
Refs #30947 -- Changed tuples to lists where appropriate.
Alex Morega
2022-08-26
Refs #30511 -- Updated docs about auto-incrementing primary keys on PostgreSQL.
Mariusz Felisiak
2022-05-31
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
Mariusz Felisiak
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-06-15
Fixed #30427, Fixed #16176 -- Corrected setting descriptor in Field.contribut...
Carlton Gibson
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-10-22
Refs #9475 -- Linked through_default docs to related managers methods.
Simon Charette
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-05-01
Doc'd Meta inheritance from abstract parents.
Greg Kaleka
2020-02-24
Fixed #31303 -- Removed outdated note about symmetrical intermediate table fo...
Matheus Cunha Motta
2020-01-15
Refs #29998 -- Corrected auto-created OneToOneField parent_link in MTI docs.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-09-04
Fixed #27910 -- Added enumeration helpers for use in Field.choices.
Shai Berger
2019-06-24
Fixed typo in docs/topics/db/models.txt.
Meysam
2019-06-04
Fixed #30505 -- Doc'd how changes in the order of Field.choices affect migrat...
Caio Ariede
2019-05-17
Changed docs to link to Python's description of iterable.
Jon Dufresne
2019-05-15
Changed tuple choices to list in docs.
Jon Dufresne
2019-01-15
Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...
Collin Anderson
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2018-09-25
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2018-09-14
Fixed #29756 -- Doc'd that model field names can't end with an underscore.
Tim Graham
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-03-13
Fixed #29192 -- Corrected docs regarding overriding fields from abstract base...
ovalseven8
2017-10-13
Removed incorrect reference to ModelChoiceField in Field.choices docs.
LeeHanYeong
2017-09-02
Fixed #28332 -- Fixed diamond inheritence example in docs.
Jeremy Satterfield
2017-07-11
Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples.
Irindu Indeera
2017-04-01
Fixed #28003 -- Doc'd what an auto-created OneToOneField parent_link looks like.
Simon Charette
2017-03-20
Removed extra characters in docs header underlines.
Mariusz Felisiak
[next]