diff options
| author | James Bennett <ubernostrum@gmail.com> | 2011-03-23 05:04:19 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2011-03-23 05:04:19 +0000 |
| commit | 1743db94f54a4785a864af95c2f307ce2be38a6e (patch) | |
| tree | 0f2e0963aa2d894d12f820b102c06f41064e8e43 | |
| parent | 5c00199581577ae1beeed1feaa937485b7d5bf24 (diff) | |
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
| -rw-r--r-- | docs/releases/1.3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
