d92c988c47cc50c88f106fd3eae7030b6bbb23b2
[laas.git] / src / notifier / migrations / 0005_auto_20190306_1616.py
1 # Generated by Django 2.1 on 2019-03-06 16:16
2
3 from django.db import migrations, models
4
5
6 class Migration(migrations.Migration):
7
8     dependencies = [
9         ('notifier', '0004_auto_20190124_2115'),
10     ]
11
12     operations = [
13         migrations.AlterField(
14             model_name='notification',
15             name='recipients',
16             field=models.ManyToManyField(related_name='notifications', to='account.UserProfile'),
17         ),
18     ]