mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #26993 -- Increased User.last_name max_length to 150 characters.
This commit is contained in:
parent
0de0699d94
commit
d5b573d872
5 changed files with 50 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue