summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2018-02-12 15:42:56 +0100
committerTim Graham <timograham@gmail.com>2018-02-12 09:43:20 -0500
commit0edcc723e728f57de0314e79b40502e9c787777d (patch)
tree3d28f0add925c2102f2dbd732e906c053c171b78 /docs
parent906b42c1213f45d62bb3d20790f28d6a45932894 (diff)
[2.0.x] Fixed #24270 -- Doc'd that django_bash_completion is only in the source distribution.
Backport of 43b148f41fa7a5c3f74e0198d9c72074abe9a9bc from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/django-admin.txt2
1 files changed, 1 insertions, 1 deletions
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...