You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kompass/jdav_web/mailer/migrations/0004_alter_attachment_f.py

19 lines
431 B
Python

# Generated by Django 4.0.1 on 2024-11-17 23:31
import utils
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("mailer", "0003_alter_message_options"),
]
operations = [
migrations.AlterField(
model_name="attachment",
name="f",
field=utils.RestrictedFileField(upload_to="attachments", verbose_name="file"),
),
]