Fix mailrule_stop_processing migration

This commit is contained in:
shamoon
2026-02-20 10:19:16 -08:00
parent eda0e61cec
commit 83f68d6063

View File

@@ -15,7 +15,7 @@ class Migration(migrations.Migration):
name="stop_processing", name="stop_processing",
field=models.BooleanField( field=models.BooleanField(
default=False, default=False,
help_text="If True, no further rules will be processed after this one if any document is consumed.", help_text="If True, no further rules will be processed after this one if any document is queued.",
verbose_name="Stop processing further rules", verbose_name="Stop processing further rules",
), ),
), ),