diff options
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 |
