revert the changes that caused issues in the admin.

This commit is contained in:
jonaswinkler 2020-12-16 22:33:03 +01:00
parent aa8789ae31
commit e9affbc1cf

View File

@ -78,6 +78,9 @@ class Correspondent(MatchingModel):
# better safe than sorry.
SAFE_REGEX = re.compile(r"^[\w\- ,.']+$")
class Meta:
ordering = ("name",)
class Tag(MatchingModel):