Update collections and attachment uploads
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.17 on 2026-08-31 08:40
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('core', '0019_remove_collectionsection_unique_collection_item_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='collection',
|
||||
name='mode',
|
||||
field=models.CharField(choices=[('manual', 'Manual collection'), ('tags', 'Tag collection'), ('tutorial', 'Tutorial'), ('chapter', 'Chapter')], default='manual', max_length=10),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user