summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2015-12-16 23:07:17 +0100
committerClaude Paroz <claude@2xlibre.net>2015-12-17 15:39:34 +0100
commitff077cd6496b6f82195e2dc040f70e19e7c206c9 (patch)
tree526db2a2df95513350e9daf3bc523f00fdefb1ee /docs
parent54295a95d9b34dadb17054b88d43b2b769ccc0f3 (diff)
[1.9.x] Fixed #25942 -- Fixed TypedChoiceField.has_changed with nullable field
This fixes a regression introduced by 871440361. Backport of d91cc25a2a from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.1.txt3
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`).