mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #25942 -- Fixed TypedChoiceField.has_changed with nullable field
This fixes a regression introduced by 871440361
.
This commit is contained in:
parent
2ec23a3d41
commit
d91cc25a2a
3 changed files with 16 additions and 6 deletions
|
@ -43,3 +43,6 @@ Bugfixes
|
|||
|
||||
* Fixed a state bug when using an ``AlterModelManagers`` operation
|
||||
(:ticket:`25852`).
|
||||
|
||||
* Fixed ``TypedChoiceField`` change detection with nullable fields
|
||||
(:ticket:`25942`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue