From 9f73009e98c51986a50cc45844b8bca72673e955 Mon Sep 17 00:00:00 2001 From: Curtis Maloney Date: Tue, 4 Aug 2015 10:47:58 +1000 Subject: Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStoreField Correct test which was using the model field in a test form. --- docs/releases/1.8.4.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.4.txt b/docs/releases/1.8.4.txt index 53c58e6a90..f95bcfb4dc 100644 --- a/docs/releases/1.8.4.txt +++ b/docs/releases/1.8.4.txt @@ -21,3 +21,6 @@ Bugfixes * Prevented an exception in ``TestCase.setUpTestData()`` from leaking the transaction (:ticket:`25176`). + +* Fixed ``has_changed()`` method in + :class:`django.contrib.postgres.forms.HStoreField`. -- cgit v1.3