Commit 51a37213 authored by Tim Graham's avatar Tim Graham
Browse files

Removed obsolete phrase about adding Python 3.5 in Django 1.9.

parent da08195b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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
========================