remove outdated TODO about hashing the update_secret
This commit is contained in:
parent
15c01730b0
commit
c9e21202cc
@ -48,7 +48,6 @@ class Domain(models.Model):
|
|||||||
|
|
||||||
|
|
||||||
class Host(models.Model):
|
class Host(models.Model):
|
||||||
"""TODO: hash update_secret on save (if not already hashed)"""
|
|
||||||
subdomain = models.CharField(max_length=256, validators=[
|
subdomain = models.CharField(max_length=256, validators=[
|
||||||
RegexValidator(
|
RegexValidator(
|
||||||
regex=r'^(([a-z0-9][a-z0-9\-]*[a-z0-9])|[a-z0-9])$',
|
regex=r'^(([a-z0-9][a-z0-9\-]*[a-z0-9])|[a-z0-9])$',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user