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:12 -0500
commit02d974ceb5d69c005f76d421b14e248e26a06df7 (patch)
tree915c7e057e0725f241b94aede8b268628de2a8a7 /docs
parentc315f9602418d2fcfe194b1ef2d0d7c325cac151 (diff)
Fixed typo in docs/releases/1.9.txt.
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 c45b6c03bd..8e9d059cb0 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -1411,7 +1411,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``.