Skip to content
Snippets Groups Projects
Verified Commit e95ebdb4 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix copy/paste mistakes in migration dependencies

parent 9ce1e718
No related branches found
No related tags found
1 merge request!154Maintain default data and implement app hooks
......@@ -7,7 +7,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('core', '0005_add_verbose_names_meta.py'),
('core', '0005_add_verbose_names_meta'),
]
operations = [
......
......@@ -7,7 +7,7 @@ import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('core', '0009_dashboard_widget.py'),
('core', '0009_dashboard_widget'),
]
operations = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment