summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/django-admin.txt5
-rw-r--r--docs/releases/2.0.txt2
2 files changed, 2 insertions, 5 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 2a70803640..aa9ebf7139 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -951,11 +951,6 @@ Python interpreter, use ``python`` as the interface name, like so::
django-admin shell -i python
-.. deprecated:: 1.10
-
- In older versions, use the ``--plain`` option instead of ``-i python``. This
- is deprecated and will be removed in Django 2.0.
-
.. _IPython: https://ipython.org/
.. _bpython: http://bpython-interpreter.org/
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index 1acfdb5900..c01dc3d358 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -338,3 +338,5 @@ these features.
is removed.
* ``django.utils.functional.allow_lazy()`` is removed.
+
+* The ``shell --plain`` option is removed.