mirror of
https://github.com/django/django.git
synced 2025-07-29 16:14:18 +00:00
Refs #27095 -- Allowed (non-nested) arrays containing expressions for ArrayField lookups.
This commit is contained in:
parent
755b327552
commit
33403bf80f
3 changed files with 53 additions and 14 deletions
|
@ -143,6 +143,9 @@ Minor features
|
|||
allow creating and dropping collations on PostgreSQL. See
|
||||
:ref:`manage-postgresql-collations` for more details.
|
||||
|
||||
* Lookups for :class:`~django.contrib.postgres.fields.ArrayField` now allow
|
||||
(non-nested) arrays containing expressions as right-hand sides.
|
||||
|
||||
:mod:`django.contrib.redirects`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue