authentic/src/authentic2_auth_oidc/migrations/0007_auto_20181219_0005.py

23 lines
658 B
Python

# -*- coding: utf-8 -*-
# Generated by Django 1.11.17 on 2018-12-18 23:05
from __future__ import unicode_literals
import authentic2.compat
import authentic2_auth_oidc.models
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('authentic2_auth_oidc', '0006_oidcprovider_claims_parameter_supported'),
]
operations = [
migrations.AlterField(
model_name='oidcprovider',
name='jwkset_json',
field=authentic2.compat.JSONField(blank=True, null=True, validators=[authentic2_auth_oidc.models.validate_jwkset], verbose_name='JSON WebKey set'),
),
]