From 3e4b520190f1e4aaced9267bd5dcde59b3d0211f Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Wed, 22 Sep 2021 10:36:28 +0200 Subject: 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. --- plugins/django/django.plugin.zsh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/django/django.plugin.zsh') 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" -- cgit v1.2.3-70-g09d2