diff options
| author | Bruno ReniƩ <buburno@gmail.com> | 2012-11-28 14:19:05 +0100 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2012-11-28 20:45:10 -0300 |
| commit | fe55052cca019371de712fde9daef6c1cc518a8a (patch) | |
| tree | 668fd0c40691721659c95fe40c396e3075691d5a | |
| parent | bb6e661e0ef96bfc5503cd9d5026ab89c683188f (diff) | |
[1.5.x] Fixed typo in the 1.5* release notes. Thanks brutasse.
| -rw-r--r-- | docs/releases/1.5-beta-1.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.5.txt | 2 |
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 |
