Renamed a migration (multiple leaf nodes)
- Legacy-Id: 17703
This commit is contained in:
parent
5c597430f4
commit
0ee45ebb87
|
@ -9,7 +9,7 @@ from django.db import migrations, models
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('name', '0009_add_verified_errata_to_doctagname'),
|
('name', '0010_timerangename'),
|
||||||
]
|
]
|
||||||
|
|
||||||
def fill_in_editor_labels(apps, schema_editor):
|
def fill_in_editor_labels(apps, schema_editor):
|
Loading…
Reference in a new issue