From 0edcc723e728f57de0314e79b40502e9c787777d Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Mon, 12 Feb 2018 15:42:56 +0100 Subject: [PATCH] [2.0.x] Fixed #24270 -- Doc'd that django_bash_completion is only in the source distribution. Backport of 43b148f41fa7a5c3f74e0198d9c72074abe9a9bc from master --- docs/ref/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 5efd610331..438c77af2f 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1777,7 +1777,7 @@ Bash completion --------------- If you use the Bash shell, consider installing the Django bash completion -script, which lives in ``extras/django_bash_completion`` in the Django +script, which lives in ``extras/django_bash_completion`` in the Django source distribution. It enables tab-completion of ``django-admin`` and ``manage.py`` commands, so you can, for instance...