Browse Source

Fixed #24270 -- Doc'd that django_bash_completion is only in the source distribution.

Carlton Gibson 7 years ago
parent
commit
43b148f41f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref/django-admin.txt

+ 1 - 1
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...