mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-18 04:26:35 +01:00
Accounted for .sender in a few places
This commit is contained in:
parent
ba7878b9aa
commit
5d4587ef8b
7 changed files with 95 additions and 41 deletions
|
|
@ -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',
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue