mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 00:07:09 +08:00
5 lines
160 B
Python
5 lines
160 B
Python
from django.core import validators
|
|
|
|
class ASCIIUsernameValidator(validators.RegexValidator): ...
|
|
class UnicodeUsernameValidator(validators.RegexValidator): ...
|