summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
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
2024-04-15Extended docs for Q() objects mentioning the ~ (NOT) operator.Mohammad Kazemi
2024-03-21Added RowNumber() link in Rank() docs.Adam Zapletal
2024-03-18Refs #34059, Refs #34060 -- Removed outdated warning about validation of JSON...Mariusz Felisiak
2024-03-15Refs #33996 -- Updated CheckConstraint validation on NULL values on Oracle 23c+.Mariusz Felisiak
2024-03-01Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.Simon Charette
2024-02-28Refs #34964 -- Doc'd that Q expression order is preserved.David Sanders
2024-02-17Fixed #28011 -- Corrected Field.hidden docs.Adam Johnson
2024-01-15Fixed #34949 -- Clarified when UniqueConstraints with include/nulls_distinct ...jordanbae
2024-01-15Fixed #28344 -- Allowed customizing queryset in Model.refresh_from_db()/arefr...Aivars Kalvans
2024-01-02Fixed #35060 -- Deprecated passing positional arguments to Model.save()/asave().Salvo Polizzi
2023-12-30Fixed #29049 -- Added slicing notation to F expressions.Nick Pope
2023-12-28Corrected code-block directives in docs.Mariusz Felisiak
2023-12-15Added missing import in docs/ref/models/expressions.txt.Viicos
2023-11-29Updated conditions to retrieve primary keys in bulk_create() docs.KimSia Sim
2023-11-28Fixed #34633 -- Made create() method of reverse many-to-one managers clear pr...Aman Pandey
2023-11-14Fixed #34944 -- Made GeneratedField.output_field required.Mariusz Felisiak
2023-11-09Fixed typos in docs/ref/models/fields.txt.Jacob Walls
2023-10-30Refs #29850 -- Added exclusion support to window frames.Sarah Boyce
2023-10-28Refs #29850 -- Added RowRange support for positive integer start and negative...Sarah Boyce
2023-10-28Fixed typos in docs/ref/models/expressions.txt.Sarah Boyce