Yash
|
35ab2e0182
Fixed #35731 -- Extended db_default docs.
|
1 month ago |
Clifford Gama
|
38c2065154
Refs #35060 -- Fixed the update to update_fields in overridden save() method docs.
|
2 months ago |
Mohammad Salehi
|
ca47884410
Fixed #35623 -- Documented that a field cannot be named 'check'.
|
3 months ago |
Natalia
|
05cce083ad
Removed versionadded/changed annotations for 5.0.
|
7 months ago |
Salvo Polizzi
|
3915d4c70d
Fixed #35060 -- Deprecated passing positional arguments to Model.save()/asave().
|
11 months ago |
Zowie Beha
|
8fcd7b01ee
Fixed #35072 -- Corrected Field.choices description in models topic.
|
11 months ago |
Nick Pope
|
500e01073a
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices.
|
1 year ago |
T. Franzel
|
a2eaea8f22
Fixed #34388 -- Allowed using choice enumeration types directly on model and form fields.
|
1 year ago |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
1 year ago |
Joseph Victor Zammit
|
ba755ca131
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
|
1 year ago |
Carlton Gibson
|
534ac48297
Refs #34140 -- Applied rst code-block to non-Python examples.
|
1 year ago |
sarahboyce
|
0678d65722
Refs #34099 -- Doc'd that custom Model.save() should update update_fields kwarg.
|
2 years ago |
Trey Hunner
|
fad070b07b
Improved readability of string interpolation in frequently used examples in docs.
|
2 years ago |
Alex Morega
|
de6c9c7054
Refs #30947 -- Changed tuples to lists where appropriate.
|
2 years ago |
Mariusz Felisiak
|
081871bc20
Refs #30511 -- Updated docs about auto-incrementing primary keys on PostgreSQL.
|
2 years ago |
Mariusz Felisiak
|
ac90529cc5
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
|
2 years ago |
Mariusz Felisiak
|
97237ad3fe
Removed versionadded/changed annotations for 3.2.
|
3 years ago |
Carlton Gibson
|
225d96533a
Fixed #30427, Fixed #16176 -- Corrected setting descriptor in Field.contribute_to_class().
|
3 years ago |
Tom Forbes
|
b5e12d490a
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
|
4 years ago |
Simon Charette
|
284bde3fbe
Refs #9475 -- Linked through_default docs to related managers methods.
|
4 years ago |
Adam Johnson
|
d17b380653
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
|
4 years ago |
Greg Kaleka
|
5d2f5dd4cc
Doc'd Meta inheritance from abstract parents.
|
4 years ago |
Matheus Cunha Motta
|
0352a44dd6
Fixed #31303 -- Removed outdated note about symmetrical intermediate table for self-referential ManyToManyField.
|
4 years ago |
Mariusz Felisiak
|
d202846ced
Refs #29998 -- Corrected auto-created OneToOneField parent_link in MTI docs.
|
4 years ago |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 years ago |
Shai Berger
|
72ebe85a26
Fixed #27910 -- Added enumeration helpers for use in Field.choices.
|
6 years ago |
Meysam
|
833878411c
Fixed typo in docs/topics/db/models.txt.
|
5 years ago |
Caio Ariede
|
5248abe9b0
Fixed #30505 -- Doc'd how changes in the order of Field.choices affect migrations.
|
5 years ago |
Jon Dufresne
|
e86cc14bd3
Changed docs to link to Python's description of iterable.
|
5 years ago |
Jon Dufresne
|
97d3321e89
Changed tuple choices to list in docs.
|
5 years ago |