summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-06-26 06:58:12 -0400
committerTim Graham <timograham@gmail.com>2014-06-30 14:20:51 -0400
commitcf252dbea66d9c4a84aa1bc8da93b5e5cc759b9a (patch)
tree15ef1bc3ebfffe7493cf57432d56ea26b22f8ae2 /docs
parent5359188b0802f39201a6ce45a08391597c8174bb (diff)
Fixed #8162 -- Increased Permission.name max_length to 255 characters.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 96bcc55051..7534a16e3d 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -46,6 +46,9 @@ Minor features
* :class:`~django.contrib.auth.forms.PasswordResetForm` now
has a method :meth:`~django.contrib.auth.forms.PasswordResetForm.send_email`
that can be overridden to customize the mail to be sent.
+* The ``max_length`` of :attr:`Permission.name
+ <django.contrib.auth.models.Permission.name>` has been increased from 50 to
+ 255 characters. Please run the database migration.
:mod:`django.contrib.formtools`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^