updated the admin, ordering for mail rules

This commit is contained in:
Jonas Winkler
2020-11-21 23:12:34 +01:00
parent d3482a4aef
commit af3d161f66
5 changed files with 46 additions and 7 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 3.1.3 on 2020-11-21 21:51
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('paperless_mail', '0003_auto_20201118_1940'),
]
operations = [
migrations.AddField(
model_name='mailrule',
name='order',
field=models.IntegerField(default=0),
),
]