Fixed #24719 -- Restored the ability to use interators as queryset related object filters.

This commit is contained in:
Aric Coady 2015-04-27 15:23:56 -07:00 committed by Tim Graham
parent eaeea6f947
commit 9c2d8cde77
3 changed files with 8 additions and 1 deletions

View file

@ -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
=============