Corrected Permission.max_length in docs; refs #8162.

This commit is contained in:
Sergey Fedoseev 2014-11-21 17:05:22 +05:00 committed by Tim Graham
parent 5b17dcd8ef
commit f1783ee479
1 changed files with 5 additions and 1 deletions

View File

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