mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Fixed #8162 -- Increased Permission.name max_length to 255 characters.
This commit is contained in:
parent
5359188b08
commit
cf252dbea6
4 changed files with 25 additions and 3 deletions
|
|
@ -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`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue