1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #27707 -- Removed shell support for IPython < 1.0.

This commit is contained in:
Tim Graham
2017-01-09 12:02:43 -05:00
parent ee1c1c696b
commit 823af53bf6
2 changed files with 3 additions and 27 deletions

View File

@@ -712,6 +712,8 @@ Miscellaneous
* Support for ``cx_Oracle`` < 5.2 is removed.
* Support for IPython < 1.0 is removed from the ``shell`` command.
.. _deprecated-features-1.11:
Features deprecated in 1.11