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
/
tests
/
model_fields
/
test_generatedfield.py
Age
Commit message (
Expand
)
Author
2024-07-04
[5.1.x] Fixed #35560 -- Made Model.full_clean() ignore GeneratedFields for co...
Mark Gensler
2024-04-10
Fixed #35350 -- Fixed save() with pk set on models with GeneratedFields.
Sarah Boyce
2024-04-01
Fixed #35344, Refs #34838 -- Corrected output_field of resolved columns for G...
Johannes Westphal
2024-01-19
Fixed #35127 -- Made Model.full_clean() ignore GeneratedFields.
Mariusz Felisiak
2023-12-08
Fixed #35019 -- Fixed save() on models with both GeneratedFields and ForeignK...
Sarah Boyce
2023-12-07
Fixed #35024 -- Fixed model instance creation crash on GeneratedField.output_...
Mariusz Felisiak
2023-11-22
Fixed #34985 -- Fixed GeneratedFields.contribute_to_class() crash when apps a...
Mariusz Felisiak
2023-11-14
Fixed #34944 -- Made GeneratedField.output_field required.
Mariusz Felisiak
2023-11-02
Refs #31300 -- Allowed testing GeneratedField without collation.
Tim Graham
2023-09-28
Fixed #34877 -- Fixed migrations crash when adding GeneratedField with output...
Paolo Melchiorre
2023-09-19
Isolated test models for GeneratedFields.
Mariusz Felisiak
2023-09-16
Fixed #34842 -- Fixed ModelAdmin.readonly_fields crash with GeneratedFields.
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