diff options
| author | Ryan P Kilby <rpkilby@ncsu.edu> | 2018-05-08 14:50:35 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-05-14 22:18:22 -0400 |
| commit | 2dcc5d629a6439b5547cdd6e67815cabf608fcd4 (patch) | |
| tree | 888271928a4a7d53dbcbe956d96dd1de4a35ea2e /docs | |
| parent | 265506bbc347a6b3fcc6c66ab1a2417b3b7ea57a (diff) | |
Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pythonpath management command options.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt index 26911c4481..bc565d51b1 100644 --- a/docs/releases/2.1.txt +++ b/docs/releases/2.1.txt @@ -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 |
