summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno ReniƩ <buburno@gmail.com>2012-11-28 14:19:05 +0100
committerRamiro Morales <cramm0@gmail.com>2012-11-28 20:45:10 -0300
commitfe55052cca019371de712fde9daef6c1cc518a8a (patch)
tree668fd0c40691721659c95fe40c396e3075691d5a
parentbb6e661e0ef96bfc5503cd9d5026ab89c683188f (diff)
[1.5.x] Fixed typo in the 1.5* release notes. Thanks brutasse.
-rw-r--r--docs/releases/1.5-beta-1.txt2
-rw-r--r--docs/releases/1.5.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.5-beta-1.txt b/docs/releases/1.5-beta-1.txt
index c2de44bebe..f3bfc2a8fa 100644
--- a/docs/releases/1.5-beta-1.txt
+++ b/docs/releases/1.5-beta-1.txt
@@ -79,7 +79,7 @@ Python compatibility
====================
Django 1.5 requires Python 2.6.5 or above, though we **highly recommend**
-Python 2.7.3 or above. Support for Python 2.5 and below as been dropped.
+Python 2.7.3 or above. Support for Python 2.5 and below has been dropped.
This change should affect only a small number of Django users, as most
operating-system vendors today are shipping Python 2.6 or newer as their default
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt
index ab73b9f0e2..f386fd70b4 100644
--- a/docs/releases/1.5.txt
+++ b/docs/releases/1.5.txt
@@ -68,7 +68,7 @@ Python compatibility
====================
Django 1.5 requires Python 2.6.5 or above, though we **highly recommended**
-Python 2.7.3 or above. Support for Python 2.5 and below as been dropped.
+Python 2.7.3 or above. Support for Python 2.5 and below has been dropped.
This change should affect only a small number of Django users, as most
operating-system vendors today are shipping Python 2.6 or newer as their default