Added blank line in docs/releases/2.2.txt.

This commit is contained in:
Jon Dufresne 2018-12-09 07:26:55 -08:00 committed by Tim Graham
parent c8ffdbe514
commit c5568340a5
1 changed files with 1 additions and 0 deletions

View File

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