From 5f8495a40ab1554e81ac845484da890dd390e1d8 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Tue, 17 Mar 2020 08:12:32 -0400 Subject: Fixed #31371 -- Increased User.first_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 b670fadb05..8f591f4c5a 100644 --- a/docs/ref/contrib/auth.txt +++ b/docs/ref/contrib/auth.txt @@ -42,9 +42,13 @@ Fields .. attribute:: first_name - Optional (:attr:`blank=True `). 30 + Optional (:attr:`blank=True `). 150 characters or fewer. + .. versionchanged:: 3.1 + + The ``max_length`` increased from 30 to 150 characters. + .. attribute:: last_name Optional (:attr:`blank=True `). 150 -- cgit v1.3