fa4bf729e4c2db847eef811c16509cd123de534b
[pharos.git] / tools / pharos-dashboard / account / migrations / 0005_remove_userprofile_registration_complete.py
1 # -*- coding: utf-8 -*-
2 # Generated by Django 1.10 on 2016-08-13 10:49
3 from __future__ import unicode_literals
4
5 from django.db import migrations
6
7
8 class Migration(migrations.Migration):
9
10     dependencies = [
11         ('account', '0004_auto_20160812_1805'),
12     ]
13
14     operations = [
15         migrations.RemoveField(
16             model_name='userprofile',
17             name='registration_complete',
18         ),
19     ]