From 595f312b1c6be0a3f57d204a17d96879f24aaf5a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 19 Aug 2019 16:55:27 +0200 Subject: [PATCH] migrations: remove dependency on auth2_ssl (#35418) --- src/authentic2/auth_migrations/0004_user.py | 1 - src/authentic2/auth_migrations_18/0004_user.py | 1 - 2 files changed, 2 deletions(-) diff --git a/src/authentic2/auth_migrations/0004_user.py b/src/authentic2/auth_migrations/0004_user.py index 17f37cadf..b9de4ba66 100644 --- a/src/authentic2/auth_migrations/0004_user.py +++ b/src/authentic2/auth_migrations/0004_user.py @@ -11,7 +11,6 @@ class Migration(migrations.Migration): dependencies = [ ('auth', '0003_auto_20150410_1657'), ('authentic2', '__first__'), - ('auth2_ssl', '__first__'), ('authentic2_idp_cas', '__first__'), ('saml', '__first__'), ] diff --git a/src/authentic2/auth_migrations_18/0004_user.py b/src/authentic2/auth_migrations_18/0004_user.py index 17f37cadf..b9de4ba66 100644 --- a/src/authentic2/auth_migrations_18/0004_user.py +++ b/src/authentic2/auth_migrations_18/0004_user.py @@ -11,7 +11,6 @@ class Migration(migrations.Migration): dependencies = [ ('auth', '0003_auto_20150410_1657'), ('authentic2', '__first__'), - ('auth2_ssl', '__first__'), ('authentic2_idp_cas', '__first__'), ('saml', '__first__'), ]