21 lines
535 B
Python
21 lines
535 B
Python
# Generated by Django 5.0.8 on 2024-08-12 12:54
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("authentik_providers_radius", "0003_radiusproviderpropertymapping"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name="radiusproviderpropertymapping",
|
|
options={
|
|
"verbose_name": "Radius Provider Property Mapping",
|
|
"verbose_name_plural": "Radius Provider Property Mappings",
|
|
},
|
|
),
|
|
]
|