lots of updates :/
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Generated by Django 5.1.1 on 2025-11-15 07:36
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('events', '0037_remove_promo_calendar_promo_calendar'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='event',
|
||||
name='calendar',
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='event',
|
||||
name='calendar',
|
||||
field=models.ManyToManyField(blank=True, null=True, to='events.calendar'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user