summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-12-09 07:26:55 -0800
committerTim Graham <timograham@gmail.com>2018-12-09 10:26:55 -0500
commitc5568340a525ab9c6898ed02c257394cc47285d7 (patch)
tree1162381f8cb9467fb3d507f2a2279a6b3d3c206b /docs
parentc8ffdbe514b55ff5c9a2b8cb8bbdf2d3978c188f (diff)
Added blank line in docs/releases/2.2.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.2.txt1
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.