mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24719 -- Restored the ability to use interators as queryset related object filters.
This commit is contained in:
@@ -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
|
||||
=============
|
||||
|
||||
|
||||
Reference in New Issue
Block a user