diff options
| author | Carl Meyer <carl@oddbird.net> | 2013-01-07 20:16:46 -0700 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2013-01-07 20:16:46 -0700 |
| commit | bb7f34d619bfe6b4e067af967ab30635c772def9 (patch) | |
| tree | 33ac684f34c2f799cdd4c4b6373b1da6d0d5d8b8 /docs | |
| parent | c698c55966ed9179828857398d27bf69e64713a2 (diff) | |
Fixed typo in 1.5 release notes; thanks Jonas Obrist.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.5.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt index c5e8c61922..a5ce08aed6 100644 --- a/docs/releases/1.5.txt +++ b/docs/releases/1.5.txt @@ -67,7 +67,7 @@ can simply remove that line under Django 1.5 Python compatibility ==================== -Django 1.5 requires Python 2.6.5 or above, though we **highly recommended** +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 has been dropped. This change should affect only a small number of Django users, as most |
