Refs #25838 -- Removed the deprecated shell --plain option.

This commit is contained in:
Tim Graham 2016-12-31 09:56:26 -05:00
parent 9d304b26cf
commit f65b1aee71
3 changed files with 2 additions and 19 deletions

View file

@ -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/