mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 00:57:09 +01:00
remove dead code
This commit is contained in:
parent
3f33f66387
commit
4a52d346f9
1 changed files with 0 additions and 4 deletions
|
|
@ -65,10 +65,6 @@ class MatchingModel(models.Model):
|
||||||
|
|
||||||
class Correspondent(MatchingModel):
|
class Correspondent(MatchingModel):
|
||||||
|
|
||||||
# This regex is probably more restrictive than it needs to be, but it's
|
|
||||||
# better safe than sorry.
|
|
||||||
SAFE_REGEX = re.compile(r"^[\w\- ,.']+$")
|
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
ordering = ("name",)
|
ordering = ("name",)
|
||||||
verbose_name = _("correspondent")
|
verbose_name = _("correspondent")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue