migrations: remove dependency on auth2_ssl (#35418)

This commit is contained in:
Benjamin Dauvergne 2019-08-19 16:55:27 +02:00
parent 40307f519c
commit 595f312b1c
2 changed files with 0 additions and 2 deletions

View File

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

View File

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