diff options
Diffstat (limited to 'docs/ref')
| -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 a269230643..265dc53579 100644 --- a/docs/ref/contrib/auth.txt +++ b/docs/ref/contrib/auth.txt @@ -47,7 +47,11 @@ Fields .. attribute:: last_name - Optional. 30 characters or fewer. + Optional. 150 characters or fewer. + + .. versionchanged:: 2.0 + + The ``max_length`` increased from 30 to 150 characters. .. attribute:: email |
