From f4cb350c7980f94fbfd251b6e6385eef9a7df427 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 25 May 2015 21:03:41 -0400 Subject: [PATCH] Added release notes for refs #24844. --- docs/releases/1.8.3.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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`).