summaryrefslogtreecommitdiff
path: root/plugins/django/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/django/README.md')
-rw-r--r--plugins/django/README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/django/README.md b/plugins/django/README.md
deleted file mode 100644
index cfab43980..000000000
--- a/plugins/django/README.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# Django plugin
-
-This plugin adds completion for the [Django Project](https://www.djangoproject.com/) commands
-(`manage.py`, `django-admin`, ...).
-
-## Deprecation (2021-09-22)
-
-The plugin used to provide completion for `./manage.py` and `django-admin`, but Zsh already provides
-a better, more extensive completion for those, so this plugin is no longer needed.
-
-Right now a warning message is shown, but in the near future the plugin will stop working altogether.
-So you can remove it from your plugins and you'll automatically start using Zsh's django completion.