django_etebase: make migration generic and not depend on myauth.

This commit is contained in:
Tom Hacohen 2020-06-28 16:52:14 +03:00
parent 785e4fae97
commit 4948e91c65

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'),
]