Home Download Documentation Weblog Community Code END Header Django documentation dev Documentation version: 1.7 ¶ September 2, 2014 Welcome to Django 1.7! These release notes cover the new features , as well as some backwards incompatible changes you’ll want to be aware of when upgrading from Django 1.6 or older versions. We’ve also dropped some features, which are detailed in our deprecation plan , we’ve begun the deprecation process for some features , and some features have reached the end of their deprecation process and have been removed . ¶ Django 1.7 requires Python 2.7 or above, though we highly recommend the latest minor release. Support for Python 2.6 has been dropped and support for Python 3.4 has been added. This change should affect only a small number of Django users, as most operating-system vendors today are shipping Python 2.7 or newer as th...