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.0.x] Fixed #35560 -- Made Model.full_clean() ignore GeneratedFields for co...
Mark Gensler
2024-04-10
[5.0.x] Fixed #35350 -- Fixed save() with pk set on models with GeneratedFields.
Sarah Boyce
2024-04-01
[5.0.x] Fixed #35344, Refs #34838 -- Corrected output_field of resolved colum...
Johannes Westphal
2024-01-19
[5.0.x] Fixed #35127 -- Made Model.full_clean() ignore GeneratedFields.
Mariusz Felisiak
2023-12-08
[5.0.x] Fixed #35019 -- Fixed save() on models with both GeneratedFields and ...
Sarah Boyce
2023-12-07
[5.0.x] Fixed #35024 -- Fixed model instance creation crash on GeneratedField...
Mariusz Felisiak
2023-11-22
[5.0.x] Fixed #34985 -- Fixed GeneratedFields.contribute_to_class() crash whe...
Mariusz Felisiak
2023-11-14
[5.0.x] Fixed #34944 -- Made GeneratedField.output_field required.
Mariusz Felisiak
2023-11-02
[5.0.x] Refs #31300 -- Allowed testing GeneratedField without collation.
Tim Graham
2023-09-28
[5.0.x] Fixed #34877 -- Fixed migrations crash when adding GeneratedField wit...
Paolo Melchiorre
2023-09-19
[5.0.x] 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