diff options
| author | Tim Graham <timograham@gmail.com> | 2013-07-25 13:03:15 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-07-25 13:04:18 -0400 |
| commit | 68c01e15a5e46b385f5cbacc6f74a1dffabcdd55 (patch) | |
| tree | 7650d4016dfeb372664dc1ffb8af89d18fc88280 /docs | |
| parent | 9abbad491ac78fd061fe4b0dd96065fbbe4625fc (diff) | |
[1.6.x] Fixed #20769 -- Added "Python compatibility" section to the 1.6 release notes.
Backport of bddb4a6818 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index 071a80286c..cbc77c3fc4 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -32,6 +32,16 @@ deprecation process for some features`_. .. _`backwards incompatible changes`: `Backwards incompatible changes in 1.6`_ .. _`begun the deprecation process for some features`: `Features deprecated in 1.6`_ +Python compatibility +==================== + +Django 1.6, like Django 1.5, requires Python 2.6.5 or above. Python 3 is also +officially supported. We **highly recommend** the latest minor release for each +supported Python series (2.6.X, 2.7.X, 3.2.X, and 3.3.X). + +Django 1.6 will be the final release series to support Python 2.6; beginning +with Django 1.7, the minimum supported Python version will be 2.7. + What's new in Django 1.6 ======================== |
