SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 9e6bbce4 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Try more dependencies

parent fded6f1f
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('partners', '0017_auto_20180922_1603'),
('funders', '0011_remove_funder_organization'),
]
......
......@@ -8,6 +8,7 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('partners', '0017_auto_20180922_1603'),
('organizations', '0002_populate_from_partners_org'),
('journals', '0040_auto_20180922_1544'),
]
......
......@@ -8,6 +8,7 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('partners', '0017_auto_20180922_1603'),
('petitions', '0007_remove_petitionsignatory_organization_tbd'),
]
......
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