mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Fixed #29939 -- Increased Group.name max_length to 150 characters.
This commit is contained in:
parent
6d4e5feb79
commit
e819554018
4 changed files with 25 additions and 3 deletions
|
|
@ -382,8 +382,12 @@ Fields
|
|||
|
||||
.. attribute:: name
|
||||
|
||||
Required. 80 characters or fewer. Any characters are permitted. Example:
|
||||
``'Awesome Users'``.
|
||||
Required. 150 characters or fewer. Any characters are permitted.
|
||||
Example: ``'Awesome Users'``.
|
||||
|
||||
.. versionchanged:: 2.2
|
||||
|
||||
The ``max_length`` increased from 80 to 150 characters.
|
||||
|
||||
.. attribute:: permissions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue