From 12cc7a945a472e6bcf16c6663d5b08acdee566e4 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 22 Jul 2020 20:24:48 +0000 Subject: [PATCH] Undid an ordering dependency for migration name.0015_populate_extref. - Legacy-Id: 18219 --- ietf/name/migrations/0015_populate_extres.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ietf/name/migrations/0015_populate_extres.py b/ietf/name/migrations/0015_populate_extres.py index 3a730a5ac..64a6bf08a 100644 --- a/ietf/name/migrations/0015_populate_extres.py +++ b/ietf/name/migrations/0015_populate_extres.py @@ -56,9 +56,6 @@ class Migration(migrations.Migration): ('group', '0033_extres'), ('doc', '0034_extres'), ('person', '0015_extres'), - # this is only for the purpose of grouping schema migrations together - # in a release, not because there's an actual dependency: - ('meeting', '0030_allow_empty_joint_with_sessions'), ] operations = [