From fe79bc3ed97bbc719dba3e91eebfee3016b5e55a Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Sat, 7 Nov 2015 13:52:40 +0100 Subject: [1.9.x] Fixed #25666 -- Fixed the exact lookup of ArrayField. Backport of 263b3d2ba132ea443193dc0b728741317742c8d3 from master --- docs/releases/1.8.7.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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`). -- cgit v1.3