Fixed #26993 -- Increased User.last_name max_length to 150 characters.

This commit is contained in:
Thom Wiggers 2017-01-22 15:45:42 +01:00 committed by Tim Graham
parent 0de0699d94
commit d5b573d872
5 changed files with 50 additions and 2 deletions

View file

@ -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