26 lines
597 B
Python
26 lines
597 B
Python
# Generated by Django 2.0.3 on 2018-08-19 10:25
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('nalodeni', '0047_newsletter_recipients'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterUniqueTogether(
|
|
name='interestregion',
|
|
unique_together={('tag',)},
|
|
),
|
|
migrations.AlterUniqueTogether(
|
|
name='userskill',
|
|
unique_together={('tag',)},
|
|
),
|
|
migrations.AlterUniqueTogether(
|
|
name='usertopic',
|
|
unique_together={('tag',)},
|
|
),
|
|
]
|