From: Yoan Le Clanche Date: Thu, 1 Sep 2022 08:46:19 +0000 (+0200) Subject: add merge migration for 'nouveau parcours' X-Git-Tag: 2.8.1-pro~84^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=48e7a2760ee93493b6bf63b5cde7b3c1856678e8;p=teleforma.git add merge migration for 'nouveau parcours' --- diff --git a/teleforma/migrations/0011_merge_20220831_1143.py b/teleforma/migrations/0011_merge_20220831_1143.py new file mode 100644 index 00000000..0792d71e --- /dev/null +++ b/teleforma/migrations/0011_merge_20220831_1143.py @@ -0,0 +1,14 @@ +# Generated by Django 3.2.3 on 2022-08-31 11:43 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('teleforma', '0007_auto_20220718_1021'), + ('teleforma', '0010_alter_seminarpart_webclass_text'), + ] + + operations = [ + ]