diff options
| author | Daniel Hahler <git@thequod.de> | 2015-09-09 15:38:33 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-09 14:52:33 -0400 |
| commit | 6c19d819515cd9b03e02d195604056fea89e6a54 (patch) | |
| tree | 3db086fa5ad76918f1bbb74aefa1001d5b195bd7 /docs | |
| parent | 72219d7b3274c7e8a511f18ea0f7d468b6a64c50 (diff) | |
[1.8.x] Fixed #25372 -- Fixed autocompletion for options of non-argparse commands.
Backport of acb833081dd3abca3bc62753103690f23fb3f0ec from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.5.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.5.txt b/docs/releases/1.8.5.txt index 66cee6e25c..3f999acfba 100644 --- a/docs/releases/1.8.5.txt +++ b/docs/releases/1.8.5.txt @@ -23,3 +23,6 @@ Bugfixes * Fixed crash when using a value in ``ModelAdmin.list_display`` that clashed with a reverse field on the model (:ticket:`25299`). + +* Fixed autocompletion for options of non-``argparse`` management commands + (:ticket:`25372`). |
