Fixed #29939 -- Increased Group.name max_length to 150 characters.

This commit is contained in:
Timothy Allen 2018-11-14 15:13:34 -05:00 committed by Tim Graham
parent 6d4e5feb79
commit e819554018
4 changed files with 25 additions and 3 deletions

View file

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