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
Age
Commit message (
Expand
)
Author
2025-08-13
Aligned format of constraint examples in docs/ref/models/constraints.txt.
David Sanders
2025-08-04
Fixed #35972 -- Fixed lookup crashes after subquery annotations.
Jacob Walls
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-06-11
Fixed #36425 -- Standardized integer fields descriptions.
junghwan16
2025-05-20
Fixed #34262 -- Added support for AnyValue for SQLite, MySQL, Oracle, and Pos...
ontowhee
2025-05-02
Fixed #17461 -- Doc'd the presumed order of foreign keys on the intermediary ...
Clifford Gama
2025-04-15
Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.
Ahmed Nassar
2025-04-02
Fixed #36213 -- Doc'd MySQL's handling of self-select updates in QuerySet.upd...
Babak Mahmoudy
2025-03-26
Fixed #36260 -- Made bulk_create() work with DB-generated primary keys.
Dmitry Shachnev
2025-03-25
Fixed #36262 -- Made GeneratedField.db_persist a required key-word argument.
Jason Cameron
2025-03-21
Refs #36095 -- Doc'd that ManyToManyField.through supports lazy relationships.
Clifford Gama
2025-03-14
Fixed pronoun disagreement in docs/ref/models/querysets.txt.
Clifford Gama
2025-03-14
Corrected aggregation example in docs/ref/models/querysets.txt.
Clifford Gama
2025-03-13
Fixed incorrect formatting for inline pluralized code references in docs.
Clifford Gama
2025-03-10
Fixed #33579 -- Specialized exception raised on forced update failures.
Simon Charette
2025-03-10
Fixed #36066 -- Documented that Q objects can be used directly in annotations.
samruddhiDharankar
2025-03-04
Fixed #36128 -- Clarified auto-generated unique constraint on m2m through mod...
Clifford Gama
2025-03-03
Fixed #35444 -- Added generic support for Aggregate.order_by.
Chris Muthig
2025-02-20
Clarified admonition in GeneratedField docs.
Adam Zapletal
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2025-02-14
Corrected wording in docs/ref/models/constraints.txt.
Luke Cousins
2025-01-24
Fixed ambiguous pronoun reference in docs/ref/models/fields.txt.
Clifford Gama
2025-01-15
Refs #35234 -- Removed CheckConstraint.check per deprecation timeline.
Sarah Boyce
2025-01-15
Refs #35060 -- Removed passing positional arguments to Model.save()/asave() p...
Sarah Boyce
2025-01-15
Refs #34355 -- Removed support for positional arguments in BaseConstraint per...
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-14
Fixed #36051 -- Declared arity on aggregate functions.
Jacob Walls
2025-01-14
Fixed #36075 -- Documented how to introspect composite primary keys.
Simon Charette
2025-01-13
Fixed #36077 -- Corrected docs on pk value where Model.save() executes an UPD...
Jacob Walls
2025-01-07
Refs #36042 -- Raised ValueError when providing composite expressions to aggr...
Jacob Walls
2025-01-06
Fixed #35718 -- Add JSONArray to django.db.models.functions.
John Parton
2024-12-16
Refs #35718, Refs #32179 -- Moved JSONObject to django.db.models.functions.json.
Sage Abdullah
2024-11-29
Fixed #373 -- Added CompositePrimaryKey.
Bendeguz Csirmaz
2024-10-30
Fixed #35856 -- Added QuerySet.explain() support for MEMORY/SERIALIZE option ...
Anthony Joseph
2024-10-29
Corrected note on importing fields in model field reference docs.
aruseni
2024-10-29
Fixed typo in ref/models/fields.txt.
Clifford Gama
2024-10-23
Fixed #35731 -- Extended db_default docs.
Yash
2024-10-17
Fixed #26322 -- Consolidated lazy relationships details in docs/ref/models/fi...
Clifford Gama
2024-10-10
Fixed #35103 -- Used provided error code and message when fields is set witho...
gabn88
2024-09-19
Fixed #35748 -- Documented that fields are excluded from a ModelForm when for...
Clifford Gama
2024-09-16
Fixed #34887 -- Added support for unlimited models.CharField on SQLite.
saJaeHyukc
2024-09-09
Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is...
Csirmaz Bendegúz
2024-08-28
Removed outdated note about lack of subquery support in MySQL.
Adam Johnson
2024-08-28
Fixed typo in docs/ref/models/expressions.txt.
Mariusz Felisiak
2024-08-28
Fixed typo in docs/ref/models/expressions.txt.
Mariusz Felisiak
2024-08-20
Fixed #35671 -- Clarified string-based fields behavior when null=False.
Clifford Gama
2024-08-12
Fixed #35586 -- Added support for set-returning database functions.
Devin Cox
2024-08-05
Used :pypi: role in docs where appropriate.
Mariusz Felisiak
2024-07-03
Refs #28900 -- Made SELECT respect the order specified by values(*selected).
Simon Charette
[prev]
[next]