From 6c19d819515cd9b03e02d195604056fea89e6a54 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 9 Sep 2015 15:38:33 +0200 Subject: [1.8.x] Fixed #25372 -- Fixed autocompletion for options of non-argparse commands. Backport of acb833081dd3abca3bc62753103690f23fb3f0ec from master --- docs/releases/1.8.5.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3