mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
remove dead code
This commit is contained in:
parent
3f33f66387
commit
4a52d346f9
@ -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…
x
Reference in New Issue
Block a user