clean()
New in Django 1.10.
Normalizes the username by calling normalize_username()
. If you override this method, be sure to call super()
to retain the normalization.
clean()
Normalizes the username by calling normalize_username()
. If you override this method, be sure to call super()
to retain the normalization.
Please login to continue.