2017-01-20 12:27:38 +01:00
|
|
|
# Generated by Django 1.10.4 on 2017-01-17 09:16
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
2021-02-12 08:20:45 +01:00
|
|
|
("confirmation", "0002_realmcreationkey"),
|
2017-01-20 12:27:38 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.CreateModel(
|
2021-02-12 08:20:45 +01:00
|
|
|
name="EmailChangeConfirmation",
|
2021-02-12 08:19:30 +01:00
|
|
|
fields=[],
|
2017-01-20 12:27:38 +01:00
|
|
|
options={
|
2021-02-12 08:20:45 +01:00
|
|
|
"proxy": True,
|
2017-01-20 12:27:38 +01:00
|
|
|
},
|
2021-02-12 08:20:45 +01:00
|
|
|
bases=("confirmation.confirmation",),
|
2017-01-20 12:27:38 +01:00
|
|
|
),
|
|
|
|
]
|