Fixed #25942 -- Fixed TypedChoiceField.has_changed with nullable field

This fixes a regression introduced by 871440361.
This commit is contained in:
Claude Paroz 2015-12-16 23:07:17 +01:00
parent 2ec23a3d41
commit d91cc25a2a
3 changed files with 16 additions and 6 deletions

View file

@ -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`).