Fix a problem with a migration between master and stable branch
parent
a5d4e3c495
commit
42c7496bee
|
@ -10,7 +10,7 @@ import django.db.models.deletion
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('projects', '0042_auto_20160525_0911'),
|
('projects', '0040_remove_memberships_of_cancelled_users_acounts'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|
Loading…
Reference in New Issue