summaryrefslogtreecommitdiff
path: root/plugins/django/django.plugin.zsh
diff options
context:
space:
mode:
authorMarc Cornellà <hello@mcornella.com>2021-09-22 10:36:28 +0200
committerMarc Cornellà <hello@mcornella.com>2021-09-22 10:41:06 +0200
commit3e4b520190f1e4aaced9267bd5dcde59b3d0211f (patch)
treebf6843e04c125d318b46dc6aa83a4b03296fda4f /plugins/django/django.plugin.zsh
parent098bcda6910aa2f734fb0ad59ac089157a239c87 (diff)
downloadzsh-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.zsh3
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"