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:
committed by
Tim Graham
parent
b8f78823ee
commit
263b3d2ba1
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user