January 2, 2024
Django 5.0.1 fixes several bugs in 5.0.
AutoField
in
ModelAdmin.list_filter
(#35020).RETURNING INTO
clause that
caused a crash when creating a model instance with a GeneratedField
which
output_field
had backend-specific converters (#35024).Model.save()
for
models with both GeneratedField
and ForeignKey
fields
(#35019).GeneratedField
with output_field=BooleanField
(#35018).oracledb
2.0.0 (#35054).FilteredRelation()
(#35050).ModelAdmin.filter_horizontal
or filter_vertical
contained a reverse
many-to-many relation with related_name
(#35056).5월 04, 2024