diff options
| author | Aric Coady <aric.coady@gmail.com> | 2015-04-27 15:23:56 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-28 11:00:58 -0400 |
| commit | b67bd1b483dfda7901a11a6e323db8a7e00c26c4 (patch) | |
| tree | a052699892f2f9df9c83a92e5907ff0eb1219d6e /docs | |
| parent | c37eb3c870db46f64578e9974f576dd2d8c40f8a (diff) | |
[1.8.x] Fixed #24719 -- Restored the ability to use interators as queryset related object filters.
Backport of 9c2d8cde77ee6edd407e92f93eacd4624290394f from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.1.txt b/docs/releases/1.8.1.txt index 9593c13551..d2b16d62da 100644 --- a/docs/releases/1.8.1.txt +++ b/docs/releases/1.8.1.txt @@ -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 iterators as queryset filter arguments + (:ticket:`24719`). + Optimizations ============= |
