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:16 -0500 |
| commit | 263b3d2ba132ea443193dc0b728741317742c8d3 (patch) | |
| tree | 8cde496c0bf4ec483e48d9fe5f10e4e9c57911c2 /docs | |
| parent | b8f78823eefd37327bd7be557cca3663a212492d (diff) | |
Fixed #25666 -- Fixed the exact lookup of ArrayField.
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`). |
