From 1743db94f54a4785a864af95c2f307ce2be38a6e Mon Sep 17 00:00:00 2001 From: James Bennett Date: Wed, 23 Mar 2011 05:04:19 +0000 Subject: [PATCH] One final final tweak to 1.3 release notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15901 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.3.txt b/docs/releases/1.3.txt index 039c761525..f7fdda7951 100644 --- a/docs/releases/1.3.txt +++ b/docs/releases/1.3.txt @@ -56,7 +56,7 @@ Python compatibility The release of Django 1.2 was notable for having the first shift in Django's Python compatibility policy; prior to Django 1.2, Django supported any 2.x version of Python from 2.3 up. As of Django 1.2, the -requirement was raised to Python 2.4. +minimum requirement was raised to Python 2.4. Django 1.3 continues to support Python 2.4, but will be the final Django release series to do so; beginning with Django 1.4, the minimum