refactor(django)!: deprecate plugin in favor of Zsh's django completion

BREAKING CHANGE: Zsh already provides completion for the `django-admin` and `manage.py`
commands, which is substantially better than the one provided by this plugin. We're
therefore deprecating this plugin and we will remove it in the near future.
This commit is contained in:
Marc Cornellà
2021-09-22 10:36:28 +02:00
parent 098bcda691
commit 3e4b520190
2 changed files with 10 additions and 31 deletions

View File

@ -402,3 +402,6 @@ compdef _managepy django
compdef _managepy django-admin
compdef _managepy django-admin.py
compdef _managepy django-manage
print -P "%F{yellow}The django plugin is deprecated in favor of Zsh's Django completion.
%BPlease remove it from your plugins to stop using it.%b%f"