forked from rhouben/pda-next
fix: unit-test passing
This commit is contained in:
@@ -191,7 +191,7 @@ class PDNSResourceRecord(models.Model):
|
|||||||
handle the domain name.
|
handle the domain name.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
name = models.Charfield(verbose_name=_('Name'),
|
name = models.CharField(verbose_name=_('Name'),
|
||||||
validators=[])
|
validators=[])
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user