diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-12-09 07:26:55 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-12-09 10:26:55 -0500 |
| commit | c5568340a525ab9c6898ed02c257394cc47285d7 (patch) | |
| tree | 1162381f8cb9467fb3d507f2a2279a6b3d3c206b | |
| parent | c8ffdbe514b55ff5c9a2b8cb8bbdf2d3978c188f (diff) | |
Added blank line in docs/releases/2.2.txt.
| -rw-r--r-- | docs/releases/2.2.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index f785d109ce..d99cebd875 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -432,6 +432,7 @@ Miscellaneous renders ``<option>`` values of ``unknown``, ``true``, and ``false`` instead of ``1``, ``2``, and ``3``. For backwards compatibility, the old values are still accepted as data. + * :attr:`Group.name <django.contrib.auth.models.Group.name>` ``max_length`` is increased from 80 to 150 characters. |
