Mise à jour bdd suivant changements paramètre
This commit is contained in:
		@@ -0,0 +1,26 @@
 | 
			
		||||
# Generated by Django 4.2.19 on 2025-04-29 22:19
 | 
			
		||||
 | 
			
		||||
from django.db import migrations
 | 
			
		||||
import django_extensions.db.fields
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class Migration(migrations.Migration):
 | 
			
		||||
 | 
			
		||||
    dependencies = [
 | 
			
		||||
        ("agenda_culturel", "0167_alter_recurrentimport_processor"),
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
    operations = [
 | 
			
		||||
        migrations.AlterField(
 | 
			
		||||
            model_name="referencelocation",
 | 
			
		||||
            name="slug",
 | 
			
		||||
            field=django_extensions.db.fields.AutoSlugField(
 | 
			
		||||
                blank=True,
 | 
			
		||||
                default=None,
 | 
			
		||||
                editable=False,
 | 
			
		||||
                null=True,
 | 
			
		||||
                populate_from="name",
 | 
			
		||||
                unique=True,
 | 
			
		||||
            ),
 | 
			
		||||
        ),
 | 
			
		||||
    ]
 | 
			
		||||
		Reference in New Issue
	
	Block a user