Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pythonpath management command options.

This commit is contained in:
Ryan P Kilby 2018-05-08 14:50:35 -04:00 committed by Tim Graham
parent 265506bbc3
commit 2dcc5d629a
4 changed files with 24 additions and 1 deletions

View file

@ -423,6 +423,9 @@ Miscellaneous
to insert untranslated content into the database), use the new
:ref:`@no_translations decorator <management-commands-and-locales>`.
* Management commands no longer allow the abbreviated forms of the
``--settings`` and ``--pythonpath`` arguments.
.. _deprecated-features-2.1:
Features deprecated in 2.1