summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt5
1 files changed, 0 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/