summaryrefslogtreecommitdiff
path: root/docs/ref/models/instances.txt
AgeCommit message (Expand)Author
2025-01-15Refs #36070 -- Referred to pk as an attribute when a composite primary key is...Jacob Walls
2025-01-13Fixed #36077 -- Corrected docs on pk value where Model.save() executes an UPD...Jacob Walls
2024-09-09Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is...Csirmaz Bendegúz
2024-05-30Made cosmetic edits to code snippets reformatted with blacken-docs.Mariusz Felisiak
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
2024-03-18Refs #34059, Refs #34060 -- Removed outdated warning about validation of JSON...Mariusz Felisiak
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-10-05Refs #31435 -- Doc'd potential infinite recursion when accessing model fields...David Sanders
2023-09-18Removed 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-29Fixed #30382 -- Allowed specifying parent classes in force_insert of Model.sa...Akash Kumar Sen
2023-05-12Fixed #470 -- Added support for database defaults on fields.Ian Foote
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-01-20Fixed #34242 -- Doc'd that primary key is set to None when deleting objects.noFFENSE
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
2022-11-10Updated documentation and comments for RFC updates.Nick Pope
2022-11-10Improved readability of string interpolation in frequently used examples in d...Trey Hunner
2022-11-02Fixed #34112 -- Added async-compatible interface to Model methods.DevilsAutumn
2022-10-12Refs #34059 -- Doc'd lack of support for validation of constraints with JSONF...Mariusz Felisiak
2022-09-28Changed note about update_fields and pre_save() to admonition.Mariusz Felisiak
2022-09-27Doc'd when pre_save() is called with Model.save()'s update_fields.sarahboyce
2022-08-30Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega
2022-05-24Fixed #33724 -- Doc'd exclude argument changes in model validation.Mariusz Felisiak
2022-05-18Refs #30581 -- Updated count of steps in model validation docs.Joachim Jablon
2022-05-10Fixed #30581 -- Added support for Meta.constraints validation.Gagaro
2022-05-06Fixed #33680 -- Corrected example of customizing model loading in docs.Ali Toosi
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-26Fixed #32957 -- Improved visibility of arguments sections in Model.save() docs.abhiabhi94
2021-05-18Fixed #32755 -- Corrected Model.get_absolute_url() example in docs.Girish Sontakke
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2020-12-15Added backticks to code literals in various docs.Jon Dufresne
2020-07-22Refs #24763 -- Moved DoesNotExist to Model class docs.Adam Johnson
2020-07-08Fixed #31502 -- Documented Model._state.db and Model._state.addingTim Park
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2020-01-17Added missing backtick in instances docs.Claude Paroz
2020-01-15Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited ...Carlton Gibson
2019-12-30Refs #29260 -- Doc'd Model.save() behavior change in Django 3.0.Simon Charette
2019-11-27Fixed #31029 -- Used more specific links to RFCs.Baptiste Mispelon
2019-11-08Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFi...Hasan Ramezani
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-06-20Removed unnecessary backslashes from docs.Mariusz Felisiak
2019-05-28Fixed #30491 -- Clarified when save() on object with pk executes INSERT.Brad Solomon
2019-04-16Fixed typo in docs/ref/models/instances.txt.Gary Donovan
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-08-01Fixed typos in comments and docs.luz.paz
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-01-30Fixed #29076 -- Made Model.refresh_from_db() clear cached relationships even ...Jon Dufresne