On corrige le pluriel de lieux
This commit is contained in:
parent
6d91f5aea9
commit
2b63a79c5d
17
src/agenda_culturel/migrations/0065_alter_place_options.py
Normal file
17
src/agenda_culturel/migrations/0065_alter_place_options.py
Normal 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'},
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user