mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Fixed #25372 -- Fixed autocompletion for options of non-argparse commands.
This commit is contained in:
parent
eaa3c88345
commit
acb833081d
2 changed files with 4 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue