mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25942 -- Fixed TypedChoiceField.has_changed with nullable field
This fixes a regression introduced by 871440361.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user