diff options
| author | Dmitry Dygalo <d.dygalo@volsor.com> | 2015-11-07 13:52:40 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-14 11:21:53 -0500 |
| commit | fe79bc3ed97bbc719dba3e91eebfee3016b5e55a (patch) | |
| tree | 4b2b4086f44d42cef785ba0ae5d81d63503c11ae /docs | |
| parent | ab83d1a649c1d1b00098f550d3be6f9d5726e148 (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.txt | 2 |
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`). |
