mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
Patched sorting
This commit is contained in:
parent
52f242574f
commit
550184cbae
1 changed files with 4 additions and 0 deletions
|
|
@ -23,4 +23,8 @@ class Migration(migrations.Migration):
|
||||||
('component', models.PositiveIntegerField(choices=[(1, 'Consumer'), (2, 'Mail Fetcher')])),
|
('component', models.PositiveIntegerField(choices=[(1, 'Consumer'), (2, 'Mail Fetcher')])),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
migrations.AlterModelOptions(
|
||||||
|
name='log',
|
||||||
|
options={'ordering': ('-time',)},
|
||||||
|
),
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue