diff options
author | Marc Cornellà <hello@mcornella.com> | 2021-09-22 10:36:28 +0200 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2021-09-22 10:41:06 +0200 |
commit | 3e4b520190f1e4aaced9267bd5dcde59b3d0211f (patch) | |
tree | bf6843e04c125d318b46dc6aa83a4b03296fda4f /plugins/django/django.plugin.zsh | |
parent | 098bcda6910aa2f734fb0ad59ac089157a239c87 (diff) | |
download | zsh-3e4b520190f1e4aaced9267bd5dcde59b3d0211f.tar.gz zsh-3e4b520190f1e4aaced9267bd5dcde59b3d0211f.tar.bz2 zsh-3e4b520190f1e4aaced9267bd5dcde59b3d0211f.zip |
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.
Diffstat (limited to 'plugins/django/django.plugin.zsh')
-rw-r--r-- | plugins/django/django.plugin.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/django/django.plugin.zsh b/plugins/django/django.plugin.zsh index c2d00c171..a07a30889 100644 --- a/plugins/django/django.plugin.zsh +++ b/plugins/django/django.plugin.zsh @@ -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" |