Skip to content
Snippets Groups Projects

Resolve "Adapt for SPA operations"

Merged Hangzhi Yu requested to merge 17-adapt-for-spa-operations into master
Files
2
# Generated by Django 4.1.5 on 2023-02-03 16:42
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
("contenttypes", "0002_remove_content_type_name"),
("resint", "0007_current_file_not_null"),
]
operations = [
migrations.AlterField(
model_name="postergroup",
name="slug",
field=models.SlugField(
help_text="If you use 'example', the filename will be 'example.pdf'.",
unique=True,
verbose_name="Slug used in URL name",
),
),
]
Loading