Adam Johnson
|
23c7cbfd24
[5.0.x] Fixed #28011 -- Corrected Field.hidden docs.
|
před 1 rokem |
Mariusz Felisiak
|
ddbe5c86e8
[5.0.x] Fixed #34944 -- Made GeneratedField.output_field required.
|
před 1 rokem |
Jacob Walls
|
97a78121b3
[5.0.x] Fixed typos in docs/ref/models/fields.txt.
|
před 1 rokem |
Natalia
|
691f70c477
Fixed #24561 -- Added support for callables on model fields' choices.
|
před 1 rokem |
Jeremy Nauta
|
f333e3513e
Fixed #31300 -- Added GeneratedField model field.
|
před 1 rokem |
Nick Pope
|
500e01073a
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices.
|
před 1 rokem |
Mariusz Felisiak
|
9c37103a98
Refs #33507 -- Doc'd using UUID data type on MariaDB 10.7+ in UUIDField docs.
|
před 1 rokem |
Nick Pope
|
f8092ee9ad
Improved style of n-tuple wording in docs and comments.
|
před 1 rokem |
Mariusz Felisiak
|
93830abf76
Updated broken links in docs.
|
před 1 rokem |
Ian Foote
|
7414704e88
Fixed #470 -- Added support for database defaults on fields.
|
před 4 roky |
Sage Abdullah
|
01ae9d4ca9
Fixed #34435 -- Doc'd that JSONField.default must be a callable.
|
před 1 rokem |
T. Franzel
|
a2eaea8f22
Fixed #34388 -- Allowed using choice enumeration types directly on model and form fields.
|
před 2 roky |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
před 2 roky |
Adam Johnson
|
f9fe062de5
Doc'd that Meta.indexes is preferred to Field.db_index.
|
před 5 roky |
Carlton Gibson
|
534ac48297
Refs #34140 -- Applied rst code-block to non-Python examples.
|
před 2 roky |
noFFENSE
|
5cd1385356
Fixed #34242 -- Doc'd that primary key is set to None when deleting objects.
|
před 2 roky |
Adrian Torres
|
7eee1dca42
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
|
před 2 roky |
kimsoungryoul
|
78f163a4fb
Fixed #18468 -- Added support for comments on columns and tables.
|
před 2 roky |
David Sanders
|
da02cbd1ef
Clarified how to reference RelatedObjectDoesNotExist exceptions.
|
před 2 roky |
Mariusz Felisiak
|
753602d0c6
Corrected heading level of "Registering and fetching lookups" section in docs.
|
před 2 roky |
Allen Jonathan David
|
cd1afd553f
Fixed #29799 -- Allowed registering lookups per field instances.
|
před 2 roky |
Carlton Gibson
|
5028a02352
Doc'd TextField.db_collation as optional.
|
před 2 roky |
Mariusz Felisiak
|
eb3699ea77
Fixed #33718 -- Dropped support for MySQL 5.7.
|
před 2 roky |
Mariusz Felisiak
|
ac90529cc5
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
|
před 2 roky |
Sih Sîng-hông薛丞宏
|
d4bf3b4c75
Corrected models.FileField signature in docs.
|
před 3 roky |
David Smith
|
67b5f506a6
Changed some words to use inline markup.
|
před 3 roky |
Mariusz Felisiak
|
ad6bb20557
Avoided counting attributes and methods in docs.
|
před 3 roky |
Beomsoo Kim
|
7e4a9a9f69
Corrected example in models.DecimalField docs.
|
před 3 roky |
Shivam Durgbuns
|
d75c387f46
Fixed #33334 -- Alphabetized form and model fields in reference docs.
|
před 3 roky |
Nick Frazier
|
0d4e575c96
Fixed #33198 -- Corrected BinaryField.max_length docs.
|
před 3 roky |