mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pythonpath management command options.
This commit is contained in:
parent
265506bbc3
commit
2dcc5d629a
4 changed files with 24 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue