Allow creation of a MigrationList from a list of migration names.

Review Request #11222 — Created Oct. 14, 2020 and submitted

Information

Django Evolution
master

Reviewers

The new MigrationList.from_names() allows for easy creation of a
MigrationList from just an app label and a set of migration names,
without any need to inspect the database or a signature. This will
be used in upcoming changes that need to more carefully build and
operate on lists of migrations.

Unit tests pass.

Summary ID
Add MigrationList.from_names.
This new function allows for easy creation of a `MigrationList.from_names()` from just an app label and a set of migration names, without any need to inspect the database or a signature. This will be used in upcoming changes that need to more carefully build and operate on lists of migrations.
2f0b789ffd457af66662cc269f7b11d5e2a21389
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (ada98a4)
Loading...