This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2019-10-11 10:53:48 +00:00
|
|
|
# Generated by Django 2.2.6 on 2019-10-11 08:25
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
2019-12-31 11:51:16 +00:00
|
|
|
("passbook_sources_ldap", "0001_initial"),
|
2019-10-11 10:53:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AlterModelOptions(
|
2019-12-31 11:51:16 +00:00
|
|
|
name="ldappropertymapping",
|
|
|
|
options={
|
|
|
|
"verbose_name": "LDAP Property Mapping",
|
|
|
|
"verbose_name_plural": "LDAP Property Mappings",
|
|
|
|
},
|
2019-10-11 10:53:48 +00:00
|
|
|
),
|
|
|
|
]
|