forked from DGNum/gestioCOF
Tiens, une migration Wagtail
This commit is contained in:
parent
198658f5f9
commit
f03e708280
1 changed files with 32 additions and 0 deletions
32
gestioncof/cms/migrations/0002_auto_20190523_1521.py
Normal file
32
gestioncof/cms/migrations/0002_auto_20190523_1521.py
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Generated by Django 2.2 on 2019-05-23 13:21
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [("cofcms", "0001_initial")]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name="cofactupage",
|
||||
name="all_day",
|
||||
field=models.BooleanField(
|
||||
blank=True, default=False, verbose_name="Toute la journée"
|
||||
),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name="cofactupage",
|
||||
name="is_event",
|
||||
field=models.BooleanField(
|
||||
blank=True, default=True, verbose_name="Évènement"
|
||||
),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name="cofdirectorypage",
|
||||
name="alphabetique",
|
||||
field=models.BooleanField(
|
||||
blank=True, default=True, verbose_name="Tri par ordre alphabétique ?"
|
||||
),
|
||||
),
|
||||
]
|
Loading…
Reference in a new issue