18 lines
429 B
Python
18 lines
429 B
Python
|
# Generated by Django 2.2.6 on 2019-10-11 08:25
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('passbook_sources_ldap', '0001_initial'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name='ldappropertymapping',
|
||
|
options={'verbose_name': 'LDAP Property Mapping', 'verbose_name_plural': 'LDAP Property Mappings'},
|
||
|
),
|
||
|
]
|