diff --git a/ietf/group/migrations/0003_groupfeatures_data.py b/ietf/group/migrations/0003_groupfeatures_data.py index 58760b96a..55b700840 100644 --- a/ietf/group/migrations/0003_groupfeatures_data.py +++ b/ietf/group/migrations/0003_groupfeatures_data.py @@ -279,7 +279,6 @@ def reverse(apps, schema_editor): dir = GroupTypeName.objects.get(slug='dir') review = GroupTypeName.objects.get(slug='review') for group in Group.objects.filter(type=review): - debug.show('group.acronym') group.type = dir group.save() for entry in GroupFeatures.objects.all(): @@ -290,8 +289,8 @@ class Migration(migrations.Migration): dependencies = [ migrations.swappable_dependency(settings.AUTH_USER_MODEL), - ('name', '0002_agendatypename'), ('group', '0002_groupfeatures_historicalgroupfeatures'), + ('name', '0003_agendatypename_data'), ] operations = [ diff --git a/ietf/name/migrations/0003_agendatypename_data.py b/ietf/name/migrations/0003_agendatypename_data.py index 175ffb66e..1a8c1c55f 100644 --- a/ietf/name/migrations/0003_agendatypename_data.py +++ b/ietf/name/migrations/0003_agendatypename_data.py @@ -47,7 +47,6 @@ class Migration(migrations.Migration): dependencies = [ ('name', '0002_agendatypename'), - ('group', '0002_groupfeatures_historicalgroupfeatures'), ] operations = [