mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-03 12:09:46 +01:00
Default sort order for tags to use 'name'
This commit is contained in:
parent
f1e1bb4deb
commit
7db4410c1b
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ class MatchingModel(models.Model):
|
|||
|
||||
class Meta:
|
||||
abstract = True
|
||||
ordering = ("name",)
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue