# Generated by Django 4.2.7 on 2024-04-22 09:20 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('agenda_culturel', '0054_alter_recurrentimport_processor'), ] operations = [ migrations.AlterField( model_name='recurrentimport', name='name', field=models.CharField(default='', help_text='Recurrent import name. Be careful to choose a name that is easy to understand, as it will be public and displayed on the sites About page.', max_length=512, verbose_name='Name'), ), ]