diff --git a/src/agenda_culturel/migrations/0061_auto_20240427_2326.py b/src/agenda_culturel/migrations/0061_auto_20240427_2326.py new file mode 100644 index 0000000..99176c3 --- /dev/null +++ b/src/agenda_culturel/migrations/0061_auto_20240427_2326.py @@ -0,0 +1,15 @@ +# Generated by Django 4.2.7 on 2024-04-27 21:26 + +from django.db import migrations +from django.contrib.postgres.operations import UnaccentExtension + + +class Migration(migrations.Migration): + + dependencies = [ + ('agenda_culturel', '0060_alter_place_address'), + ] + + operations = [ + UnaccentExtension() + ]