Skip to content

Commit c78c58f

Browse files
committed
fix: todo
1 parent fb2d428 commit c78c58f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeforlife/user/models/school.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from ...types import Validators
1010
from ...validators import UnicodeAlphanumericCharSetValidator
1111

12+
# TODO: add to School.name field-validators in new schema.
1213
school_name_validators: Validators = [
1314
UnicodeAlphanumericCharSetValidator(
1415
spaces=True,

0 commit comments

Comments
 (0)