summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2025-11-26[5.2.x] Fixed #31506 -- Clarified that ExpressionWrapper does not perform dat...Cha Hwa Young
2025-11-13[5.2.x] Fixed #36686 -- Clarified Meta.ordering is ignored in GROUP BY queries.Kasyap Pentamaraju
2025-10-17[5.2.x] Fixed #36669 -- Doc'd that negative indexes are not supported in F() ...aj2s
2025-10-08[5.2.x] Fixed #36526 -- Doc'd QuerySet.bulk_update() memory usage when batching.Natalia
2025-10-08[5.2.x] Added missing backticks in docs/ref/models/fields.txt.Mariusz Felisiak
2025-10-03[5.2.x] Refs #36143, #28596 -- Avoided mentioning exact query parameter limit...Jacob Walls
2025-08-31[5.2.x] Removed unused import in docs/ref/models/expressions.txt example.Clifford Gama
2025-08-13[5.2.x] Aligned format of constraint examples in docs/ref/models/constraints....David Sanders
2025-06-11[5.2.x] Fixed #36425 -- Standardized integer fields descriptions.junghwan16
2025-05-02[5.2.x] Fixed #17461 -- Doc'd the presumed order of foreign keys on the inter...Clifford Gama
2025-04-02[5.2.x] Fixed #36213 -- Doc'd MySQL's handling of self-select updates in Quer...Babak Mahmoudy
2025-03-21[5.2.x] Refs #36095 -- Doc'd that ManyToManyField.through supports lazy relat...Clifford Gama
2025-03-14[5.2.x] Fixed pronoun disagreement in docs/ref/models/querysets.txt.Clifford Gama
2025-03-14[5.2.x] Corrected aggregation example in docs/ref/models/querysets.txt.Clifford Gama
2025-03-13[5.2.x] Fixed incorrect formatting for inline pluralized code references in d...Clifford Gama
2025-03-10[5.2.x] Fixed #36066 -- Documented that Q objects can be used directly in ann...samruddhiDharankar
2025-03-04[5.2.x] Fixed #36128 -- Clarified auto-generated unique constraint on m2m thr...Clifford Gama
2025-02-20[5.2.x] Clarified admonition in GeneratedField docs.Adam Zapletal
2025-02-14[5.2.x] Corrected wording in docs/ref/models/constraints.txt.Luke Cousins
2025-01-24[5.2.x] Fixed ambiguous pronoun reference in docs/ref/models/fields.txt.Clifford Gama
2025-01-15Refs #36070 -- Referred to pk as an attribute when a composite primary key is...Jacob Walls
2025-01-14Fixed #36051 -- Declared arity on aggregate functions.Jacob Walls
2025-01-14Fixed #36075 -- Documented how to introspect composite primary keys.Simon Charette
2025-01-13Fixed #36077 -- Corrected docs on pk value where Model.save() executes an UPD...Jacob Walls
2025-01-07Refs #36042 -- Raised ValueError when providing composite expressions to aggr...Jacob Walls
2025-01-06Fixed #35718 -- Add JSONArray to django.db.models.functions.John Parton
2024-12-16Refs #35718, Refs #32179 -- Moved JSONObject to django.db.models.functions.json.Sage Abdullah
2024-11-29Fixed #373 -- Added CompositePrimaryKey.Bendeguz Csirmaz
2024-10-30Fixed #35856 -- Added QuerySet.explain() support for MEMORY/SERIALIZE option ...Anthony Joseph
2024-10-29Corrected note on importing fields in model field reference docs.aruseni
2024-10-29Fixed typo in ref/models/fields.txt.Clifford Gama
2024-10-23Fixed #35731 -- Extended db_default docs.Yash
2024-10-17Fixed #26322 -- Consolidated lazy relationships details in docs/ref/models/fi...Clifford Gama
2024-10-10Fixed #35103 -- Used provided error code and message when fields is set witho...gabn88
2024-09-19Fixed #35748 -- Documented that fields are excluded from a ModelForm when for...Clifford Gama
2024-09-16Fixed #34887 -- Added support for unlimited models.CharField on SQLite.saJaeHyukc
2024-09-09Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is...Csirmaz Bendegúz
2024-08-28Removed outdated note about lack of subquery support in MySQL.Adam Johnson
2024-08-28Fixed typo in docs/ref/models/expressions.txt.Mariusz Felisiak
2024-08-28Fixed typo in docs/ref/models/expressions.txt.Mariusz Felisiak
2024-08-20Fixed #35671 -- Clarified string-based fields behavior when null=False.Clifford Gama
2024-08-12Fixed #35586 -- Added support for set-returning database functions.Devin Cox
2024-08-05Used :pypi: role in docs where appropriate.Mariusz Felisiak
2024-07-03Refs #28900 -- Made SELECT respect the order specified by values(*selected).Simon Charette
2024-05-30Made cosmetic edits to code snippets reformatted with blacken-docs.Mariusz Felisiak
2024-05-23Fixed #24076 -- Added warnings on usage of dates with DateTimeField and datet...Adam Zapletal
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
2024-05-14Fixed #35275 -- Fixed Meta.constraints validation crash on UniqueConstraint w...Mariusz Felisiak
2024-05-02Clarified when ImageField attributes are set.John Parton
2024-05-02Fixed rendering XOR section in docs.Mariusz Felisiak