diff options
| author | Timothy Allen <flipper@peregrinesalon.com> | 2018-11-14 15:13:34 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-11-14 15:13:34 -0500 |
| commit | e81955401885a93a459bcc130642b6ea5bf4ba4d (patch) | |
| tree | 96024c343e3b927d037c3e167bb87a10cc13e293 /docs/ref | |
| parent | 6d4e5feb79f7eabe8a0c7c4b87f25b1a7f87ca0b (diff) | |
Fixed #29939 -- Increased Group.name max_length to 150 characters.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/auth.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt index 2f45dec574..5e40aa7fc2 100644 --- a/docs/ref/contrib/auth.txt +++ b/docs/ref/contrib/auth.txt @@ -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 |
