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
/
fields.txt
Age
Commit message (
Expand
)
Author
2026-04-22
Fixed #35870 -- Made blank choice label in forms more accessible.
Annabelle Wiegart
2026-01-25
Fixed #36812 -- Dropped support for MariaDB < 10.11.
Skyiesac
2026-01-08
Relocated content from docs/topics/external-packages.txt where appropriate.
Natalia
2025-12-22
Fixed #36806 -- Added system check for null kwarg in GeneratedField.
Nilesh Kumar Pahari
2025-12-13
Fixed #36765 -- Added support for stored GeneratedFields on Oracle 23ai/26ai ...
Mariusz Felisiak
2025-11-26
Fixed #31506 -- Clarified that ExpressionWrapper does not perform database ca...
Cha Hwa Young
2025-11-17
Fixed #24920 -- Added support for DecimalField with no precision.
Mariusz Felisiak
2025-11-10
Clarified "get_db_prep_value" default result in docs/ref/models/fields.txt.
Clifford Gama
2025-10-29
Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...
Clifford Gama
2025-10-18
Fixed #21961 -- Added support for database-level delete options for ForeignKey.
Mariusz Felisiak
2025-10-08
Added missing backticks in docs/ref/models/fields.txt.
Mariusz Felisiak
2025-09-29
Fixed #36277 -- Fixed DatabaseFeatures.supports_virtual_generated_columns on ...
arsalan64
2025-09-17
Removed versionadded/changed annotations for 5.2.
Jacob Walls
2025-09-14
Refs #27222 -- Refreshed GeneratedFields values on save() initiated update.
Simon Charette
2025-08-28
Fixed #36570 -- Removed unnecessary :py domain from documentation roles.
SaJH
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2025-06-11
Fixed #36425 -- Standardized integer fields descriptions.
junghwan16
2025-05-02
Fixed #17461 -- Doc'd the presumed order of foreign keys on the intermediary ...
Clifford Gama
2025-03-25
Fixed #36262 -- Made GeneratedField.db_persist a required key-word argument.
Jason Cameron
2025-03-21
Refs #36095 -- Doc'd that ManyToManyField.through supports lazy relationships.
Clifford Gama
2025-03-13
Fixed incorrect formatting for inline pluralized code references in docs.
Clifford Gama
2025-03-04
Fixed #36128 -- Clarified auto-generated unique constraint on m2m through mod...
Clifford Gama
2025-02-20
Clarified admonition in GeneratedField docs.
Adam Zapletal
2025-01-24
Fixed ambiguous pronoun reference in docs/ref/models/fields.txt.
Clifford Gama
2025-01-15
Refs #36070 -- Referred to pk as an attribute when a composite primary key is...
Jacob Walls
2025-01-14
Fixed #36075 -- Documented how to introspect composite primary keys.
Simon Charette
2024-11-29
Fixed #373 -- Added CompositePrimaryKey.
Bendeguz Csirmaz
2024-10-29
Corrected note on importing fields in model field reference docs.
aruseni
2024-10-29
Fixed typo in ref/models/fields.txt.
Clifford Gama
2024-10-23
Fixed #35731 -- Extended db_default docs.
Yash
2024-10-17
Fixed #26322 -- Consolidated lazy relationships details in docs/ref/models/fi...
Clifford Gama
2024-09-19
Fixed #35748 -- Documented that fields are excluded from a ModelForm when for...
Clifford Gama
2024-09-16
Fixed #34887 -- Added support for unlimited models.CharField on SQLite.
saJaeHyukc
2024-08-20
Fixed #35671 -- Clarified string-based fields behavior when null=False.
Clifford Gama
2024-08-05
Used :pypi: role in docs where appropriate.
Mariusz Felisiak
2024-05-23
Fixed #24076 -- Added warnings on usage of dates with DateTimeField and datet...
Adam Zapletal
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2024-05-02
Clarified when ImageField attributes are set.
John Parton
2024-02-17
Fixed #28011 -- Corrected Field.hidden docs.
Adam Johnson
2023-11-14
Fixed #34944 -- Made GeneratedField.output_field required.
Mariusz Felisiak
2023-11-09
Fixed typos in docs/ref/models/fields.txt.
Jacob Walls
2023-09-18
Removed versionadded/changed annotations for 4.2.
Mariusz Felisiak
2023-09-14
Fixed #24561 -- Added support for callables on model fields' choices.
Natalia
2023-09-07
Fixed #31300 -- Added GeneratedField model field.
Jeremy Nauta
2023-08-30
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...
Nick Pope
2023-08-25
Refs #33507 -- Doc'd using UUID data type on MariaDB 10.7+ in UUIDField docs.
Mariusz Felisiak
2023-06-23
Improved style of n-tuple wording in docs and comments.
Nick Pope
2023-05-17
Updated broken links in docs.
Mariusz Felisiak
[next]