summaryrefslogtreecommitdiff
path: root/docs/ref
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:42:56 -0500
commit43b148f41fa7a5c3f74e0198d9c72074abe9a9bc (patch)
tree412967fcb7448bd0922995cc7505f6687fbe71bb /docs/ref
parentd63c00a4283ce85622ec00c6f668630078c75817 (diff)
Fixed #24270 -- Doc'd that django_bash_completion is only in the source distribution.
Diffstat (limited to 'docs/ref')
-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 cf64fbfe0b..9b167ea1f4 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1770,7 +1770,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...