From 62c19a21b65985b9d54eb1c5a1cf747fe7a54c84 Mon Sep 17 00:00:00 2001 From: Andrea Grandi Date: Sun, 24 May 2015 15:56:48 +0100 Subject: Fixed #24844 -- Corrected has_changed implementation for HStoreField. Backport of 43b2d88a5b9cfb151ccf7ac861f2750e70c0e2c4 from master --- docs/releases/1.8.3.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/1.8.3.txt b/docs/releases/1.8.3.txt index d5bde6040c..1155ac1cb6 100644 --- a/docs/releases/1.8.3.txt +++ b/docs/releases/1.8.3.txt @@ -15,5 +15,7 @@ Bugfixes * Fixed crash during :djadmin:`makemigrations` if a migrations module either is missing ``__init__.py`` or is a file (:ticket:`24848`). -* Fixed ``exists()`` returning incorrect results after annotation with +* Fixed ``QuerySet.exists()`` returning incorrect results after annotation with ``Count()`` (:ticket:`24835`). + +* Corrected ``HStoreField.has_changed()`` (:ticket:`24844`). -- cgit v1.3