File Django-1.2-completion-only-for-bash.patch of Package python-django
Index: extras/django_bash_completion =================================================================== --- extras/django_bash_completion.orig +++ extras/django_bash_completion @@ -31,6 +31,8 @@ # # To uninstall, just remove the line from your .bash_profile and .bashrc. +test -z "$BASH_VERSION" && return + _django_completion() { COMPREPLY=( $( COMP_WORDS="${COMP_WORDS[*]}" \