mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #24719 -- Restored the ability to use interators as queryset related object filters.
This commit is contained in:
parent
eaeea6f947
commit
9c2d8cde77
3 changed files with 8 additions and 1 deletions
|
@ -69,6 +69,9 @@ Bugfixes
|
|||
* Fixed a migration crash when applying migrations with model managers on
|
||||
Python 3 that were generated on Python 2 (:ticket:`24701`).
|
||||
|
||||
* Restored the ability to use interators as queryset filter arguments
|
||||
(:ticket:`24719`).
|
||||
|
||||
Optimizations
|
||||
=============
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue