On corrige le pluriel de lieux

This commit is contained in:
Jean-Marie Favreau 2024-08-13 15:50:42 +02:00
parent 6d91f5aea9
commit 2b63a79c5d

View File

@ -0,0 +1,17 @@
# Generated by Django 4.2.7 on 2024-08-13 13:08
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('agenda_culturel', '0064_alter_recurrentimport_processor'),
]
operations = [
migrations.AlterModelOptions(
name='place',
options={'ordering': ['name'], 'verbose_name': 'Place', 'verbose_name_plural': 'Places'},
),
]