auth_oidc: adjust new migration number (#26565)

This commit is contained in:
Frédéric Péters 2018-10-23 08:49:59 +02:00
parent 68f87021c2
commit 103b58c6bb
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('authentic2_auth_oidc', '0004_auto_20171017_1522'),
('authentic2_auth_oidc', '0005_oidcprovider_slug'),
]
operations = [