summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-11-16 19:34:12 -0500
committerTim Graham <timograham@gmail.com>2015-11-16 19:34:51 -0500
commit7dcc48f595319b44b0507be3f35b3acbb9c6bf44 (patch)
tree8a1039e9ad08a1cb6440f20b0705f84dbe160e3d /docs
parent82533e31c2525d9b1a77fc804330e925e8f109f0 (diff)
[1.9.x] Fixed typo in docs/releases/1.9.txt.
Backport of 02d974ceb5d69c005f76d421b14e248e26a06df7 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index 639283e838..d601e36fd4 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -1409,7 +1409,7 @@ removed in Django 1.9 (please see the :ref:`deprecation timeline
* The model and form ``IPAddressField`` is removed. A stub field remains for
compatibility with historical migrations.
-* ``AppCommand.handle_app()`` is no longer be supported.
+* ``AppCommand.handle_app()`` is no longer supported.
* ``RequestSite`` and ``get_current_site()`` are no longer importable from
``django.contrib.sites.models``.