Django 1.7 is the version of the Django framework, released September 2014. Please only use this tag if your question relates specifically to this version.
Django 1.7 depends on Python 2.7 and supports Python 3.4, support for Python 2.6 has been dropped.
Tag questions that address any of these new features:
- Schema migrations
- App-loading refactor
- New method on
Field
subclasses - Calling custom
QuerySet
methods from the Manager - Using a custom manager when traversing reverse relations
- New
Prefetch
object for advancedprefetch_related
operations - Admin shortcuts support time zones
- Using database cursors as context managers
If the question is not specific targeting features from this release please add django. For questions about the new Schema migrations tool, please add django-migrations.