summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-04-28 10:55:56 -0400
committerTim Graham <timograham@gmail.com>2015-04-28 10:55:56 -0400
commit82162b4499fc3b83b626c24386e4e5245191d13e (patch)
treeffa07fcb3693758a474d865512fea9950f452979 /docs
parent9c2d8cde77ee6edd407e92f93eacd4624290394f (diff)
Fixed typo in 1.8.1 release notes.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.1.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.8.1.txt b/docs/releases/1.8.1.txt
index 6f668231fd..d2b16d62da 100644
--- a/docs/releases/1.8.1.txt
+++ b/docs/releases/1.8.1.txt
@@ -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