diff options
| author | Tim Graham <timograham@gmail.com> | 2015-11-16 19:34:12 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-16 19:34:51 -0500 |
| commit | 7dcc48f595319b44b0507be3f35b3acbb9c6bf44 (patch) | |
| tree | 8a1039e9ad08a1cb6440f20b0705f84dbe160e3d /docs | |
| parent | 82533e31c2525d9b1a77fc804330e925e8f109f0 (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.txt | 2 |
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``. |
