diff options
| author | Tim Graham <timograham@gmail.com> | 2016-12-31 09:56:26 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 20:52:02 -0500 |
| commit | f65b1aee71dfb17dcf5738545db3f3fdf980fe72 (patch) | |
| tree | ec95fb6c3901bee7fa509c99f9f29e65ebe2cc21 /docs/ref | |
| parent | 9d304b26cf2ce071a682bf68a29dee04d0e4cfdb (diff) | |
Refs #25838 -- Removed the deprecated shell --plain option.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 5 |
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/ |
