Skip to content

5.11.0

Compare
Choose a tag to compare
@NGPixel NGPixel released this 16 Mar 22:45
· 10761 commits to main since this release

Summary: Django 1.7
Release Date: Mon, February 9, 2015 at 8:17 PM UTC
Release Author: Henrik Levkowetz


This release upgrades Django from 1.6.4 to 1.7.1, and tastypie from 0.11.1 to
0.12.1. It changes the database migrations infrastructure from that provided
by "south", to the builtin replacement newly introduced with Django 1.7.

There are also a number of changes which are required by the upgrade, in
order to make things work as expected, and some fixes to bugs revealed by
the improved infrastructure provided by Django 1.7.

Deployment note:

When deploying this, migrations need some extra care, as the new-style
migrations which are part of the release should not actually be run -- they
are there to provide a status snapshot as a basis for future migrations.

In order to handle this, please use the --fake option when running migrations
for this particular release:

$ ietf/manage.py migrate --fake

Coverage

chart