From a7b7f27c05244d69a11545261eb3bbd73791b3d2 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 7 Aug 2015 13:06:56 -0400 Subject: Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values. Thanks Simon Charette for review. --- docs/releases/1.8.4.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/releases/1.8.4.txt b/docs/releases/1.8.4.txt index f95bcfb4dc..070397e885 100644 --- a/docs/releases/1.8.4.txt +++ b/docs/releases/1.8.4.txt @@ -22,5 +22,5 @@ Bugfixes * Prevented an exception in ``TestCase.setUpTestData()`` from leaking the transaction (:ticket:`25176`). -* Fixed ``has_changed()`` method in - :class:`django.contrib.postgres.forms.HStoreField`. +* Fixed ``has_changed()`` method in ``contrib.postgres.forms.HStoreField`` + (:ticket:`25215`, :ticket:`25233`). -- cgit v1.3