[1.8.x] Fixed typo in 1.8 release notes.

Backport of 3baebf52aa from master
This commit is contained in:
Michael Blatherwick 2015-05-07 11:33:25 +01:00 committed by Tim Graham
parent 39ed6d960e
commit 9116a3c591
1 changed files with 1 additions and 1 deletions

View File

@ -1738,7 +1738,7 @@ removed in Django 1.8 (please see the :ref:`deprecation timeline
* Usage of the hard-coded *Hold down "Control", or "Command" on a Mac, to select
more than one.* string to override or append to user-provided ``help_text`` in
forms for ``ManyToMany`` model fields is not be performed by Django anymore
forms for ``ManyToMany`` model fields is not performed by Django anymore
either at the model or forms layer.
* The ``Model._meta.get_(add|change|delete)_permission`` methods are removed.