summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDmitry Dygalo <d.dygalo@volsor.com>2015-11-07 13:52:40 +0100
committerTim Graham <timograham@gmail.com>2015-11-14 11:21:53 -0500
commitfe79bc3ed97bbc719dba3e91eebfee3016b5e55a (patch)
tree4b2b4086f44d42cef785ba0ae5d81d63503c11ae /docs
parentab83d1a649c1d1b00098f550d3be6f9d5726e148 (diff)
[1.9.x] Fixed #25666 -- Fixed the exact lookup of ArrayField.
Backport of 263b3d2ba132ea443193dc0b728741317742c8d3 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.7.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.8.7.txt b/docs/releases/1.8.7.txt
index f73d53e799..acc82f1581 100644
--- a/docs/releases/1.8.7.txt
+++ b/docs/releases/1.8.7.txt
@@ -34,3 +34,5 @@ Bugfixes
* Fixed serialization of
:class:`~django.contrib.postgres.fields.DateRangeField` and
:class:`~django.contrib.postgres.fields.DateTimeRangeField` (:ticket:`24937`).
+
+* Fixed the exact lookup of ``ArrayField`` (:ticket:`25666`).