From ff077cd6496b6f82195e2dc040f70e19e7c206c9 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 16 Dec 2015 23:07:17 +0100 Subject: [1.9.x] Fixed #25942 -- Fixed TypedChoiceField.has_changed with nullable field This fixes a regression introduced by 871440361. Backport of d91cc25a2a from master. --- docs/releases/1.9.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3