Mariusz Felisiak
|
3925476ca0
[5.0.x] Made cosmetic edits to code snippets reformatted with blacken-docs.
|
9 months ago |
David Sanders
|
0e34ac8981
[5.0.x] Refs #31435 -- Doc'd potential infinite recursion when accessing model fields in __init__.
|
1 year ago |
Nick Pope
|
500e01073a
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices.
|
1 year ago |
Akash Kumar Sen
|
a40b0103bc
Fixed #30382 -- Allowed specifying parent classes in force_insert of Model.save().
|
1 year ago |
Ian Foote
|
7414704e88
Fixed #470 -- Added support for database defaults on fields.
|
4 years ago |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2 years ago |
Carlton Gibson
|
534ac48297
Refs #34140 -- Applied rst code-block to non-Python examples.
|
2 years ago |
noFFENSE
|
5cd1385356
Fixed #34242 -- Doc'd that primary key is set to None when deleting objects.
|
2 years ago |
Mariusz Felisiak
|
490cccbe7e
Removed versionadded/changed annotations for 4.1.
|
2 years ago |
Nick Pope
|
9bd174b9a7
Updated documentation and comments for RFC updates.
|
2 years ago |
Trey Hunner
|
fad070b07b
Improved readability of string interpolation in frequently used examples in docs.
|
2 years ago |
DevilsAutumn
|
d5bcdf858d
Fixed #34112 -- Added async-compatible interface to Model methods.
|
2 years ago |
Mariusz Felisiak
|
004f985b91
Refs #34059 -- Doc'd lack of support for validation of constraints with JSONFields.
|
2 years ago |
Mariusz Felisiak
|
5d36a8266c
Changed note about update_fields and pre_save() to admonition.
|
2 years ago |
sarahboyce
|
bf47c71971
Doc'd when pre_save() is called with Model.save()'s update_fields.
|
2 years ago |
Alex Morega
|
de6c9c7054
Refs #30947 -- Changed tuples to lists where appropriate.
|
2 years ago |
Mariusz Felisiak
|
90aabd730a
Fixed #33724 -- Doc'd exclude argument changes in model validation.
|
2 years ago |
Joachim Jablon
|
ce7321932d
Refs #30581 -- Updated count of steps in model validation docs.
|
2 years ago |
Gagaro
|
667105877e
Fixed #30581 -- Added support for Meta.constraints validation.
|
3 years ago |
Ali Toosi
|
faab9e6769
Fixed #33680 -- Corrected example of customizing model loading in docs.
|
2 years ago |
David Smith
|
1024b5e74a
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
|
3 years ago |
abhiabhi94
|
f876c7d08e
Fixed #32957 -- Improved visibility of arguments sections in Model.save() docs.
|
3 years ago |
Girish Sontakke
|
27d4573d35
Fixed #32755 -- Corrected Model.get_absolute_url() example in docs.
|
3 years ago |
Mariusz Felisiak
|
b7dd89ed53
Removed versionadded/changed annotations for 3.1.
|
4 years ago |
Jon Dufresne
|
550297d20d
Added backticks to code literals in various docs.
|
4 years ago |
Adam Johnson
|
b5f0efa19c
Refs #24763 -- Moved DoesNotExist to Model class docs.
|
4 years ago |
Tim Park
|
697e59d5cf
Fixed #31502 -- Documented Model._state.db and Model._state.adding
|
4 years ago |
Mariusz Felisiak
|
4c5236ef93
Removed versionadded/changed annotations for 3.0.
|
4 years ago |
Adam Johnson
|
d17b380653
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
|
4 years ago |
Claude Paroz
|
c7b97ac3a7
Added missing backtick in instances docs.
|
5 years ago |