django_etebase: make migration generic and not depend on myauth.

master
Tom Hacohen 2020-06-28 16:52:14 +03:00
parent 785e4fae97
commit 4948e91c65
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('myauth', '0001_initial'),
# XXX removed this to make this migration generic ('myauth', '0001_initial'),
('django_etebase', '0001_initial'),
]