mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.
This commit is contained in:
parent
a3708fda35
commit
88fc9e2826
3 changed files with 15 additions and 1 deletions
|
@ -11,3 +11,6 @@ Bugfixes
|
|||
|
||||
* Fixed incorrect ``unique_together`` field name generation by ``inspectdb``
|
||||
(:ticket:`25274`).
|
||||
|
||||
* Corrected ``__len`` query lookup on ``ArrayField`` for empty arrays
|
||||
(:ticket:`25772`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue