mirror of https://github.com/django/django.git
Fixed typo in docs/releases/1.9.txt.
This commit is contained in:
parent
c315f96024
commit
02d974ceb5
|
@ -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``.
|
||||
|
|
Loading…
Reference in New Issue