summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Blatherwick <michael.blatherwick@exeter.oxon.org>2015-05-07 11:33:25 +0100
committerTim Graham <timograham@gmail.com>2015-05-07 08:52:06 -0400
commit3baebf52aa0850de3ebadcbe1eda7e6e9a2c6c44 (patch)
tree937e2412fb0adb5b6b48dba7f854cf093021df03 /docs
parentd17a035132c4ddba51d57286b2185bc459f69067 (diff)
Fixed typo in 1.8 release notes.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index b3ba6bbb0a..fb0438a623 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -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.