1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #25666 -- Fixed the exact lookup of ArrayField.

This commit is contained in:
Dmitry Dygalo
2015-11-07 13:52:40 +01:00
committed by Tim Graham
parent b8f78823ee
commit 263b3d2ba1
3 changed files with 95 additions and 3 deletions

View File

@@ -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`).