remove outdated TODO about hashing the update_secret

This commit is contained in:
Thomas Waldmann 2013-10-03 17:42:58 +02:00
parent 15c01730b0
commit c9e21202cc

View File

@ -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])$',