summaryrefslogtreecommitdiff
path: root/docs/ref/models/instances.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #470 -- Added support for database defaults on fields.Ian Foote2023-05-121-4/+10
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-38/+63
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-6/+16
* Fixed #34242 -- Doc'd that primary key is set to None when deleting objects.noFFENSE2023-01-201-2/+3
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-171-20/+0
* Updated documentation and comments for RFC updates.Nick Pope2022-11-101-1/+1
* Improved readability of string interpolation in frequently used examples in d...Trey Hunner2022-11-101-1/+1
* Fixed #34112 -- Added async-compatible interface to Model methods.DevilsAutumn2022-11-021-0/+21
* Refs #34059 -- Doc'd lack of support for validation of constraints with JSONF...Mariusz Felisiak2022-10-121-0/+11
* Changed note about update_fields and pre_save() to admonition.Mariusz Felisiak2022-09-281-1/+1
* Doc'd when pre_save() is called with Model.save()'s update_fields.sarahboyce2022-09-271-0/+8
* Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega2022-08-301-2/+2
* Fixed #33724 -- Doc'd exclude argument changes in model validation.Mariusz Felisiak2022-05-241-8/+12
* Refs #30581 -- Updated count of steps in model validation docs.Joachim Jablon2022-05-181-1/+1
* Fixed #30581 -- Added support for Meta.constraints validation.Gagaro2022-05-101-12/+47
* Fixed #33680 -- Corrected example of customizing model loading in docs.Ali Toosi2022-05-061-1/+3
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-1/+1
* Fixed #32957 -- Improved visibility of arguments sections in Model.save() docs.abhiabhi942021-07-261-0/+6
* Fixed #32755 -- Corrected Model.get_absolute_url() example in docs.Girish Sontakke2021-05-181-1/+1
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-141-5/+0
* Added backticks to code literals in various docs.Jon Dufresne2020-12-151-1/+1
* Refs #24763 -- Moved DoesNotExist to Model class docs.Adam Johnson2020-07-221-14/+0
* Fixed #31502 -- Documented Model._state.db and Model._state.addingTim Park2020-07-081-1/+19
* Removed versionadded/changed annotations for 3.0.Mariusz Felisiak2020-05-131-6/+0
* Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson2020-05-041-4/+4
* Added missing backtick in instances docs.Claude Paroz2020-01-171-1/+1
* Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited ...Carlton Gibson2020-01-151-0/+9
* Refs #29260 -- Doc'd Model.save() behavior change in Django 3.0.Simon Charette2019-12-301-2/+14
* Fixed #31029 -- Used more specific links to RFCs.Baptiste Mispelon2019-11-271-2/+2
* Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFi...Hasan Ramezani2019-11-081-0/+5
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-061-13/+13
* Removed unnecessary backslashes from docs.Mariusz Felisiak2019-06-201-2/+2
* Fixed #30491 -- Clarified when save() on object with pk executes INSERT.Brad Solomon2019-05-281-1/+2
* Fixed typo in docs/ref/models/instances.txt.Gary Donovan2019-04-161-1/+1
* Used auto-numbered lists in documentation.François Freitag2018-11-151-4/+4
* Fixed typos in comments and docs.luz.paz2018-08-011-1/+1
* Alphabetized imports in various docs.Mariusz Felisiak2018-05-121-1/+1
* Fixed #29076 -- Made Model.refresh_from_db() clear cached relationships even ...Jon Dufresne2018-01-301-6/+1
* Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField.François Freitag2017-06-191-0/+3
* Fixed #27434 -- Doc'd how to raise a model validation error for a field not i...Matthias Kestenholz2017-06-131-0/+29
* Fixed #28266 -- Fixed typo in docs/ref/models/instances.txt.Lachlan Musicman2017-06-021-1/+1
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand2017-01-251-2/+2
* Assumed iri_to_uri always returns a stringClaude Paroz2017-01-231-2/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-5/+0
* Removed versionadded/changed annotations for 1.10.Tim Graham2017-01-171-11/+0
* Made cosmetic edits to the "What happens when you save?" docs.Tim Graham2016-12-171-28/+21
* Doc'd that model instances with pk=None don't compare equal.Adam Chainz2016-10-071-4/+13
* Fixed #27048 -- Documented that refresh_from_db() doesn't reload @cached_prop...Tim Graham2016-08-121-2/+4
* Fixed #26787 -- Documented deleting and reloading of model instance fields.Tim Graham2016-06-211-0/+12