my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
565 B

3 years ago
  1. # Django plugin
  2. This plugin adds completion for the [Django Project](https://www.djangoproject.com/) commands
  3. (`manage.py`, `django-admin`, ...).
  4. ## Deprecation (2021-09-22)
  5. The plugin used to provide completion for `./manage.py` and `django-admin`, but Zsh already provides
  6. a better, more extensive completion for those, so this plugin is no longer needed.
  7. Right now a warning message is shown, but in the near future the plugin will stop working altogether.
  8. So you can remove it from your plugins and you'll automatically start using Zsh's django completion.