index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
fields
/
generated.py
Age
Commit message (
Expand
)
Author
2025-12-22
Fixed #36806 -- Added system check for null kwarg in GeneratedField.
Nilesh Kumar Pahari
2025-09-14
Refs #27222 -- Refreshed GeneratedFields values on save() initiated update.
Simon Charette
2025-03-25
Fixed #36262 -- Made GeneratedField.db_persist a required key-word argument.
Jason Cameron
2024-04-01
Fixed #35344, Refs #34838 -- Corrected output_field of resolved columns for G...
Johannes Westphal
2023-12-12
Fixed #35018 -- Fixed migrations crash on GeneratedField with BooleanField as...
Mariusz Felisiak
2023-11-22
Fixed #34985 -- Fixed GeneratedFields.contribute_to_class() crash when apps a...
Mariusz Felisiak
2023-11-14
Refs #34944 -- Propagated system checks for GeneratedField.output_field.
Mariusz Felisiak
2023-11-14
Fixed #34944 -- Made GeneratedField.output_field required.
Mariusz Felisiak
2023-09-28
Fixed #34877 -- Fixed migrations crash when adding GeneratedField with output...
Paolo Melchiorre
2023-09-22
Fixed #34861 -- Fixed crash when adding GeneratedField with some expressions.
Paolo Melchiorre
2023-09-14
Fixed #34838 -- Corrected output_field of resolved columns for GeneratedFields.
Paolo Melchiorre
2023-09-07
Fixed #31300 -- Added GeneratedField model field.
Jeremy Nauta