1
0
mirror of https://github.com/django/django.git synced 2025-04-22 16:24:40 +00:00

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

Backport of 43b148f41fa7a5c3f74e0198d9c72074abe9a9bc from master
This commit is contained in:
Carlton Gibson 2018-02-12 15:42:56 +01:00 committed by Tim Graham
parent 906b42c121
commit 0edcc723e7

View File

@ -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...