diff options
| author | Claude Paroz <claude@2xlibre.net> | 2015-12-16 23:07:17 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-12-17 15:38:19 +0100 |
| commit | d91cc25a2a43cb2526943dc2285ffe59e38fabfd (patch) | |
| tree | 4a2c3a630ec900f8ed4210cf9c5fdf762e56c48b /docs | |
| parent | 2ec23a3d41be2ba5df9f46b17e0a05eb1b051c41 (diff) | |
Fixed #25942 -- Fixed TypedChoiceField.has_changed with nullable field
This fixes a regression introduced by 871440361.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.1.txt b/docs/releases/1.9.1.txt index 25acbd540b..20fd723d2b 100644 --- a/docs/releases/1.9.1.txt +++ b/docs/releases/1.9.1.txt @@ -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`). |
