aruseni
|
d7f78eb5d6
Corrected note on importing fields in model field reference docs.
|
1 miesiąc temu |
Clifford Gama
|
799c377818
Fixed typo in ref/models/fields.txt.
|
1 miesiąc temu |
Yash
|
35ab2e0182
Fixed #35731 -- Extended db_default docs.
|
1 miesiąc temu |
Clifford Gama
|
65f3cfce59
Fixed #26322 -- Consolidated lazy relationships details in docs/ref/models/fields.txt.
|
1 miesiąc temu |
Clifford Gama
|
e1d226bc1c
Fixed #35748 -- Documented that fields are excluded from a ModelForm when formfield() returns None.
|
2 miesięcy temu |
saJaeHyukc
|
fd92f24789
Fixed #34887 -- Added support for unlimited models.CharField on SQLite.
|
2 miesięcy temu |
Clifford Gama
|
ca1318988c
Fixed #35671 -- Clarified string-based fields behavior when null=False.
|
3 miesięcy temu |
Mariusz Felisiak
|
304d256674
Used :pypi: role in docs where appropriate.
|
3 miesięcy temu |
Adam Zapletal
|
99273fd525
Fixed #24076 -- Added warnings on usage of dates with DateTimeField and datetimes with DateField.
|
8 miesięcy temu |
Natalia
|
05cce083ad
Removed versionadded/changed annotations for 5.0.
|
6 miesięcy temu |
John Parton
|
914bf69171
Clarified when ImageField attributes are set.
|
7 miesięcy temu |
Adam Johnson
|
7ba6c9edc5
Fixed #28011 -- Corrected Field.hidden docs.
|
9 miesięcy temu |
Mariusz Felisiak
|
5875f03ce6
Fixed #34944 -- Made GeneratedField.output_field required.
|
1 rok temu |
Jacob Walls
|
427f0ed98d
Fixed typos in docs/ref/models/fields.txt.
|
1 rok temu |
Mariusz Felisiak
|
295467c04a
Removed versionadded/changed annotations for 4.2.
|
1 rok temu |
Natalia
|
691f70c477
Fixed #24561 -- Added support for callables on model fields' choices.
|
1 rok temu |
Jeremy Nauta
|
f333e3513e
Fixed #31300 -- Added GeneratedField model field.
|
1 rok temu |
Nick Pope
|
500e01073a
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices.
|
1 rok temu |
Mariusz Felisiak
|
9c37103a98
Refs #33507 -- Doc'd using UUID data type on MariaDB 10.7+ in UUIDField docs.
|
1 rok temu |
Nick Pope
|
f8092ee9ad
Improved style of n-tuple wording in docs and comments.
|
1 rok temu |
Mariusz Felisiak
|
93830abf76
Updated broken links in docs.
|
1 rok temu |
Ian Foote
|
7414704e88
Fixed #470 -- Added support for database defaults on fields.
|
4 lat temu |
Sage Abdullah
|
01ae9d4ca9
Fixed #34435 -- Doc'd that JSONField.default must be a callable.
|
1 rok temu |
T. Franzel
|
a2eaea8f22
Fixed #34388 -- Allowed using choice enumeration types directly on model and form fields.
|
1 rok temu |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
1 rok temu |
Adam Johnson
|
f9fe062de5
Doc'd that Meta.indexes is preferred to Field.db_index.
|
4 lat temu |
Carlton Gibson
|
534ac48297
Refs #34140 -- Applied rst code-block to non-Python examples.
|
1 rok temu |
noFFENSE
|
5cd1385356
Fixed #34242 -- Doc'd that primary key is set to None when deleting objects.
|
1 rok temu |
Adrian Torres
|
7eee1dca42
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
|
2 lat temu |
kimsoungryoul
|
78f163a4fb
Fixed #18468 -- Added support for comments on columns and tables.
|
2 lat temu |