-# Generated by Django 4.2.7 on 2023-11-28 17:47
+# Generated by Django 4.2.7 on 2023-12-04 03:06
from django.db import migrations
from django.db import models
verbose_name="filter attachment filename exclusive",
),
),
+ migrations.AlterField(
+ model_name="mailrule",
+ name="filter_attachment_filename_include",
+ field=models.CharField(
+ blank=True,
+ help_text="Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive.",
+ max_length=256,
+ null=True,
+ verbose_name="filter attachment filename inclusive",
+ ),
+ ),
]