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 10:51:27 -0400 |
| commit | 9c2d8cde77ee6edd407e92f93eacd4624290394f (patch) | |
| tree | 8d699d9ac2ab6580439c62a9b7dbcb6bd5f7f87d /docs | |
| parent | eaeea6f94701547ce1b50dbcf5cf71460e9e4c91 (diff) | |
Fixed #24719 -- Restored the ability to use interators as queryset related object filters.
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..6f668231fd 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 interators as queryset filter arguments + (:ticket:`24719`). + Optimizations ============= |
