From 8a3bc51faa66edf49836e7103b316d2c21954851 Mon Sep 17 00:00:00 2001 From: Bai Date: Sat, 26 Nov 2022 09:52:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=20authentication=20=E8=BF=81?= =?UTF-8?q?=E7=A7=BB=E6=96=87=E4=BB=B6=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{0015_auto_20221125_2240.py => 0016_auto_20221125_2240.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename apps/authentication/migrations/{0015_auto_20221125_2240.py => 0016_auto_20221125_2240.py} (95%) diff --git a/apps/authentication/migrations/0015_auto_20221125_2240.py b/apps/authentication/migrations/0016_auto_20221125_2240.py similarity index 95% rename from apps/authentication/migrations/0015_auto_20221125_2240.py rename to apps/authentication/migrations/0016_auto_20221125_2240.py index 7b1c073e8..92478a523 100644 --- a/apps/authentication/migrations/0015_auto_20221125_2240.py +++ b/apps/authentication/migrations/0016_auto_20221125_2240.py @@ -7,7 +7,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ('authentication', '0014_auto_20221122_2152'), + ('authentication', '0015_alter_connectiontoken_login'), ] operations = [