Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.

This commit is contained in:
Attila Tovt 2015-11-22 02:59:37 +02:00 committed by Tim Graham
parent a3708fda35
commit 88fc9e2826
3 changed files with 15 additions and 1 deletions

View file

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