equal
deleted
inserted
replaced
|
1 # -*- coding: utf-8 -*- |
|
2 # Generated by Django 1.9.7 on 2016-08-02 12:52 |
|
3 from __future__ import unicode_literals |
|
4 |
|
5 from django.db import migrations, models |
|
6 |
|
7 |
|
8 class Migration(migrations.Migration): |
|
9 |
|
10 dependencies = [ |
|
11 ('iconolab', '0005_auto_20160802_1211'), |
|
12 ] |
|
13 |
|
14 operations = [ |
|
15 migrations.AddField( |
|
16 model_name='metacategory', |
|
17 name='triggers_notifications', |
|
18 field=models.IntegerField(choices=[(0, 'none'), (1, 'contributors'), (2, 'commenters'), (3, 'collection admins')], default=0), |
|
19 ), |
|
20 ] |