Fixed #25372 -- Fixed autocompletion for options of non-argparse commands.

This commit is contained in:
Daniel Hahler 2015-09-09 15:38:33 +02:00 committed by Tim Graham
parent eaa3c88345
commit acb833081d
2 changed files with 4 additions and 1 deletions

View file

@ -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`).