diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt index c4aca4ceee7..31c8641bb23 100644 --- a/docs/ref/contrib/auth.txt +++ b/docs/ref/contrib/auth.txt @@ -43,11 +43,13 @@ Fields .. attribute:: first_name - Optional. 30 characters or fewer. + Optional (:attr:`blank=True `). 30 + characters or fewer. .. attribute:: last_name - Optional. 150 characters or fewer. + Optional (:attr:`blank=True `). 150 + characters or fewer. .. versionchanged:: 2.0 @@ -55,7 +57,8 @@ Fields .. attribute:: email - Optional. Email address. + Optional (:attr:`blank=True `). Email + address. .. attribute:: password