Fixed typo in 1.8.1 release notes.

This commit is contained in:
Tim Graham 2015-04-28 10:55:56 -04:00
parent 9c2d8cde77
commit 82162b4499
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ 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
* Restored the ability to use iterators as queryset filter arguments
(:ticket:`24719`).
Optimizations