diff options
| author | Tim Graham <timograham@gmail.com> | 2015-11-30 20:07:22 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-30 20:10:59 -0500 |
| commit | b4074102328180dd53ecc5a03b0afa1322024036 (patch) | |
| tree | 1a6b937b118c94e8ae9723690f35328b0c8b0022 /docs | |
| parent | 9df082bc8ca2846c1ed0f49d6531d7fd3e24a75d (diff) | |
[1.9.x] Removed obsolete phrase about adding Python 3.5 in Django 1.9.
Backport of 51a37213721e5689f17809990a9e7c38f1c8baf8 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index ea2231a60a..fd4bdf0d00 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -21,8 +21,7 @@ Python compatibility Django 1.9 requires Python 2.7, 3.4, or 3.5. We **highly recommend** and only officially support the latest release of each series. -Since Django 1.8, we've dropped support for Python 3.2 and 3.3, and added -support for Python 3.5. +Since Django 1.8, we've dropped support for Python 3.2 and 3.3. What's new in Django 1.9 ======================== |
