0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/django
Marc Cornellà 3e4b520190
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.
2021-09-22 10:41:06 +02:00
..
django.plugin.zsh refactor(django)!: deprecate plugin in favor of Zsh's django completion 2021-09-22 10:41:06 +02:00
README.md refactor(django)!: deprecate plugin in favor of Zsh's django completion 2021-09-22 10:41:06 +02:00

Django plugin

This plugin adds completion for the Django Project 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.