Skip to content
Snippets Groups Projects
Commit 1a273e19 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Merge branch 'feature/adding-migrations' into 'master'

update:remove useless dependency

See merge request !7
parents 6953d697 2c94219a
No related branches found
Tags v0.1.4
1 merge request!7update:remove useless dependency
Pipeline #6667 passed
...@@ -9,7 +9,6 @@ import django.db.models.deletion ...@@ -9,7 +9,6 @@ import django.db.models.deletion
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('djangoldp_circle', '0022_auto_20200709_1411'),
('djangoldp_event', '0005_auto_20200617_1458'), ('djangoldp_event', '0005_auto_20200617_1458'),
] ]
......
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