From 1017c2116744a03cc60f5581217c47ec6bbd08c9 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Tue, 3 Mar 2020 12:22:48 +0000 Subject: [PATCH] Renamed a migration to conform to migration naming conventions, using underscores instead of dashes in the name. - Legacy-Id: 17376 --- ...0023_historicalreviewersettings_change_reason_text_field.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename ietf/review/migrations/{0023_historicalreviewersettings-change-reason-text-field.py => 0023_historicalreviewersettings_change_reason_text_field.py} (90%) diff --git a/ietf/review/migrations/0023_historicalreviewersettings-change-reason-text-field.py b/ietf/review/migrations/0023_historicalreviewersettings_change_reason_text_field.py similarity index 90% rename from ietf/review/migrations/0023_historicalreviewersettings-change-reason-text-field.py rename to ietf/review/migrations/0023_historicalreviewersettings_change_reason_text_field.py index 28e908b85..543fa3451 100644 --- a/ietf/review/migrations/0023_historicalreviewersettings-change-reason-text-field.py +++ b/ietf/review/migrations/0023_historicalreviewersettings_change_reason_text_field.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright The IETF Trust 2019, All Rights Reserved +# Copyright The IETF Trust 2020, All Rights Reserved # Generated by Django 1.11.26 on 2019-12-21 11:52 from __future__ import unicode_literals