mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-10 00:18:57 +00:00
Accounted for .sender in a few places
This commit is contained in:
@@ -16,4 +16,13 @@ class Migration(migrations.Migration):
|
||||
old_name='Sender',
|
||||
new_name='Correspondent',
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='document',
|
||||
options={'ordering': ('correspondent', 'title')},
|
||||
),
|
||||
migrations.RenameField(
|
||||
model_name='document',
|
||||
old_name='sender',
|
||||
new_name='correspondent',
|
||||
),
|
||||
]
|
||||
|
Reference in New Issue
Block a user