forked from DGNum/gestioCOF
19 lines
475 B
Python
19 lines
475 B
Python
|
# Generated by Django 2.2.12 on 2020-09-14 09:39
|
||
|
|
||
|
from django.conf import settings
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
dependencies = [
|
||
|
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||
|
("gestioncof", "0016_unique_clippers"),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterUniqueTogether(
|
||
|
name="petitcoursability",
|
||
|
unique_together={("user", "niveau", "matiere")},
|
||
|
),
|
||
|
]
|