1
0
mirror of https://github.com/django/django.git synced 2025-07-19 09:09:13 +00:00

[1.9.x] Fixed typo in docs/releases/1.9.txt.

Backport of 02d974ceb5d69c005f76d421b14e248e26a06df7 from master
This commit is contained in:
Tim Graham 2015-11-16 19:34:12 -05:00
parent 82533e31c2
commit 7dcc48f595

View File

@ -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 * The model and form ``IPAddressField`` is removed. A stub field remains for
compatibility with historical migrations. 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 * ``RequestSite`` and ``get_current_site()`` are no longer importable from
``django.contrib.sites.models``. ``django.contrib.sites.models``.