Add a missing dependency in migration
authorMagnus Hagander <magnus@hagander.net>
Thu, 20 Aug 2020 12:59:10 +0000 (14:59 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 20 Aug 2020 13:00:21 +0000 (15:00 +0200)
Required to pass installation on empty system.

pgweb/account/migrations/0007_all_emails_view.py

index 937b66717c868efb37035cd55cb537a213da435e..8910fbf6aae5c2fc40a84cfda274e48dce688dc2 100644 (file)
@@ -7,6 +7,7 @@ class Migration(migrations.Migration):
 
     dependencies = [
         ('account', '0006_communityauth_sync'),
+        ('auth', '0008_alter_user_username_max_length'),
     ]
 
     operations = [