mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Refs #25838 -- Removed the deprecated shell --plain option.
This commit is contained in:
parent
9d304b26cf
commit
f65b1aee71
3 changed files with 2 additions and 19 deletions
|
@ -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/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue