From d5b573d872bbe0d5825efaee2d41cb3cdc75417b Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Sun, 22 Jan 2017 15:45:42 +0100 Subject: Fixed #26993 -- Increased User.last_name max_length to 150 characters. --- docs/ref/contrib/auth.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt index a269230643..265dc53579 100644 --- a/docs/ref/contrib/auth.txt +++ b/docs/ref/contrib/auth.txt @@ -47,7 +47,11 @@ Fields .. attribute:: last_name - Optional. 30 characters or fewer. + Optional. 150 characters or fewer. + + .. versionchanged:: 2.0 + + The ``max_length`` increased from 30 to 150 characters. .. attribute:: email -- cgit v1.3