1
0
mirror of https://github.com/django/django.git synced 2025-03-25 00:30:45 +00:00

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

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