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
/
instances.txt
Age
Commit message (
Expand
)
Author
2023-03-01
[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-10
[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-01-20
[4.2.x] Fixed #34242 -- Doc'd that primary key is set to None when deleting o...
noFFENSE
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-11-10
Improved readability of string interpolation in frequently used examples in d...
Trey Hunner
2022-11-02
Fixed #34112 -- Added async-compatible interface to Model methods.
DevilsAutumn
2022-10-12
Refs #34059 -- Doc'd lack of support for validation of constraints with JSONF...
Mariusz Felisiak
2022-09-28
Changed note about update_fields and pre_save() to admonition.
Mariusz Felisiak
2022-09-27
Doc'd when pre_save() is called with Model.save()'s update_fields.
sarahboyce
2022-08-30
Refs #30947 -- Changed tuples to lists where appropriate.
Alex Morega
2022-05-24
Fixed #33724 -- Doc'd exclude argument changes in model validation.
Mariusz Felisiak
2022-05-18
Refs #30581 -- Updated count of steps in model validation docs.
Joachim Jablon
2022-05-10
Fixed #30581 -- Added support for Meta.constraints validation.
Gagaro
2022-05-06
Fixed #33680 -- Corrected example of customizing model loading in docs.
Ali Toosi
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-26
Fixed #32957 -- Improved visibility of arguments sections in Model.save() docs.
abhiabhi94
2021-05-18
Fixed #32755 -- Corrected Model.get_absolute_url() example in docs.
Girish Sontakke
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2020-12-15
Added backticks to code literals in various docs.
Jon Dufresne
2020-07-22
Refs #24763 -- Moved DoesNotExist to Model class docs.
Adam Johnson
2020-07-08
Fixed #31502 -- Documented Model._state.db and Model._state.adding
Tim Park
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-01-17
Added missing backtick in instances docs.
Claude Paroz
2020-01-15
Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited ...
Carlton Gibson
2019-12-30
Refs #29260 -- Doc'd Model.save() behavior change in Django 3.0.
Simon Charette
2019-11-27
Fixed #31029 -- Used more specific links to RFCs.
Baptiste Mispelon
2019-11-08
Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFi...
Hasan Ramezani
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-06-20
Removed unnecessary backslashes from docs.
Mariusz Felisiak
2019-05-28
Fixed #30491 -- Clarified when save() on object with pk executes INSERT.
Brad Solomon
2019-04-16
Fixed typo in docs/ref/models/instances.txt.
Gary Donovan
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2018-08-01
Fixed typos in comments and docs.
luz.paz
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2018-01-30
Fixed #29076 -- Made Model.refresh_from_db() clear cached relationships even ...
Jon Dufresne
2017-06-19
Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField.
François Freitag
2017-06-13
Fixed #27434 -- Doc'd how to raise a model validation error for a field not i...
Matthias Kestenholz
2017-06-02
Fixed #28266 -- Fixed typo in docs/ref/models/instances.txt.
Lachlan Musicman
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-23
Assumed iri_to_uri always returns a string
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2016-12-17
Made cosmetic edits to the "What happens when you save?" docs.
Tim Graham
2016-10-07
Doc'd that model instances with pk=None don't compare equal.
Adam Chainz
2016-08-12
Fixed #27048 -- Documented that refresh_from_db() doesn't reload @cached_prop...
Tim Graham
2016-06-21
Fixed #26787 -- Documented deleting and reloading of model instance fields.
Tim Graham
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-18
Fixed #26620 -- Made Model.refresh_from_db() fail when passed unknown kwargs.
Marti Raudsepp
[next]