We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2d428 commit c78c58fCopy full SHA for c78c58f
codeforlife/user/models/school.py
@@ -9,6 +9,7 @@
9
from ...types import Validators
10
from ...validators import UnicodeAlphanumericCharSetValidator
11
12
+# TODO: add to School.name field-validators in new schema.
13
school_name_validators: Validators = [
14
UnicodeAlphanumericCharSetValidator(
15
spaces=True,
0 commit comments