Changed migration file reference after renaming it.

This commit is contained in:
Marcus Scholz 2020-12-25 19:47:05 +01:00
parent a78f123d1f
commit 224eb87d76

View File

@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('lostplaces', '0004_auto_20201225_1702'), ('lostplaces', '0004_gory_fix'),
] ]
operations = [ operations = [