summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-05-13 09:52:19 -0400
committerTim Graham <timograham@gmail.com>2015-05-13 10:31:59 -0400
commit3c8fe5dddf34533a419d2deed5208a28de32cb4a (patch)
treeada2a961ac10d89bb02270d5f05d2b96aabc4b9d /docs
parent81d4ce4a6d21f0e65cabb253927770b3616cb560 (diff)
Fixed #24751 -- Fixed HStoreField isnull lookup.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.2.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.8.2.txt b/docs/releases/1.8.2.txt
index 457dac4034..23483c2a5e 100644
--- a/docs/releases/1.8.2.txt
+++ b/docs/releases/1.8.2.txt
@@ -25,3 +25,5 @@ Bugfixes
pointing to :class:`~django.db.models.UUIDField` and inheritance on models
with ``UUIDField`` primary keys work correctly (:ticket:`24698`,
:ticket:`24712`).
+
+* Fixed ``isnull`` lookup for ``HStoreField`` (:ticket:`24751`).