G
Size: a a a
G
ZN
G
VD
G
G
G
G
ZN
ZN
VD
VD
А
KA
DT
__init__.py
А
__init__.py
DT
А
𝕬
@deconstructible
class NameValidator(object):
def __call__(self, string):
if not all(char in ascii_lowercase for char in string.lower()):
raise ValidationError(
_('Only Latin letters are allowed.')
)
VD