From fe55052cca019371de712fde9daef6c1cc518a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Reni=C3=A9?= Date: Wed, 28 Nov 2012 14:19:05 +0100 Subject: [PATCH] [1.5.x] Fixed typo in the 1.5* release notes. Thanks brutasse. --- docs/releases/1.5-beta-1.txt | 2 +- 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 c2de44bebeb..f3bfc2a8faf 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 ab73b9f0e2d..f386fd70b4f 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