Good news for Django developers Django 1.7 RC1 is now available for test as it’s a release candidate , django team posted on https://www.djangoproject.com/weblog/2014/jun/26/17rc1/ about this release .
So whats new in Django1.7
- Django 1.7 requires Python 2.7 or above
- Support for Python 3.4 has been added
- App-loading refactor
- New method on Field subclasses
- Calling custom QuerySet methods from the Manager
- New system check framework
- New Prefetch object for advanced prefetch_related operations
- Admin shortcuts support time zones
- Using database cursors as context managers
- Custom lookups
See Full Release Note : https://docs.djangoproject.com/en/dev/releases/1.7/
You can download RC1 version from download page https://www.djangoproject.com/download/
If you want to setup this dev build with virtualenv wrapper then see our tutorial how to do that
How To Setup Django With Virtualenv In MacOSX Mavericks