diff options
| author | Thom Wiggers <thom@thomwiggers.nl> | 2017-01-22 15:45:42 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-28 09:29:00 -0500 |
| commit | d5b573d872bbe0d5825efaee2d41cb3cdc75417b (patch) | |
| tree | 3ae230039a3802d0e7b3b1bfbb28d2a41a11e7e0 /docs/ref | |
| parent | 0de0699d94ccd078c83eadef296a0d9ccd65a62f (diff) | |
Fixed #26993 -- Increased User.last_name max_length to 150 characters.
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 |
