mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
revert the changes that caused issues in the admin.
This commit is contained in:
parent
aa8789ae31
commit
e9affbc1cf
1 changed files with 3 additions and 0 deletions
|
|
@ -78,6 +78,9 @@ class Correspondent(MatchingModel):
|
|||
# better safe than sorry.
|
||||
SAFE_REGEX = re.compile(r"^[\w\- ,.']+$")
|
||||
|
||||
class Meta:
|
||||
ordering = ("name",)
|
||||
|
||||
|
||||
class Tag(MatchingModel):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue