Add migration compatibility for Django 1.7 through 1.11.

Review Request #10568 — Created May 30, 2019 and submitted

Information

Django Evolution
master

Reviewers

The migration support recently added was built to work with the modern
functions and classes introduced in Django 1.10. Older versions had
different requirements in terms of the steps that needed to be
performed and the parameters that various functions took.

This change adds compatibility for Django 1.7 through 1.11. It also
appears to work in 2.0, but we are not currently guaranteeing any
support there.

Unit tests pass on Django 1.6 through 1.11.

Summary ID
Add migration compatibility for Django 1.7 through 1.11.
The migration support recently added was built to work with the modern functions and classes introduced in Django 1.10. Older versions had different requirements in terms of the steps that needed to be performed and the parameters that various functions took. This change adds compatibility for Django 1.7 through 1.11. It also appears to work in 2.0, but we are not currently guaranteeing any support there.
cf8bdb8300dee58dccfc4589dbb7f0e64779ba1f
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (7d9a12b)
Loading...