diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2014-11-21 17:05:22 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-21 08:20:48 -0500 |
| commit | f1783ee479608a8c4ab627d3be1bb9bd07846bb1 (patch) | |
| tree | 6bee12c6937b0b44ece13983436f674e3c292015 /docs | |
| parent | 5b17dcd8ef9c444af2e0a234d708c37b313ef04f (diff) | |
Corrected Permission.max_length in docs; refs #8162.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/auth.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt index 1d09359e50..6435dbd89e 100644 --- a/docs/ref/contrib/auth.txt +++ b/docs/ref/contrib/auth.txt @@ -313,7 +313,11 @@ fields: .. attribute:: name - Required. 50 characters or fewer. Example: ``'Can vote'``. + Required. 255 characters or fewer. Example: ``'Can vote'``. + + .. versionchanged:: 1.8 + + The ``max_length`` increased from 50 to 255 characters. .. attribute:: content_type |
