From 233d0b238ee789f79ea2aa8de7913416357774e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jirka=20Sch=C3=A4fer?= Date: Sun, 2 Apr 2017 03:24:42 +0200 Subject: [PATCH] [1.11.x] Clarified meaning of "Optional" in auth.models.User field docs. Backport of 73c30b79c0c022464105b6031236571e2ff1d537 from master --- docs/ref/contrib/auth.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt index 402496a2db..b50bc966e5 100644 --- a/docs/ref/contrib/auth.txt +++ b/docs/ref/contrib/auth.txt @@ -47,15 +47,18 @@ Fields .. attribute:: first_name - Optional. 30 characters or fewer. + Optional (:attr:`blank=True `). 30 + characters or fewer. .. attribute:: last_name - Optional. 30 characters or fewer. + Optional (:attr:`blank=True `). 30 + characters or fewer. .. attribute:: email - Optional. Email address. + Optional (:attr:`blank=True `). Email + address. .. attribute:: password