Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-01 | refactor(django): remove deprecated `django` plugin | Marc Cornellà | |
BREAKING CHANGE: the `django` plugin was deprecated in 2021-09-22. With this change it has now been removed altogether. Zsh already provides built-in completion for Django commands. | |||
2021-09-22 | refactor(django)!: deprecate plugin in favor of Zsh's django completion | Marc Cornellà | |
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. | |||
2019-11-21 | Remove current directory from sys.path in python invocations (#8408) | Marc Cornellà | |
* Remove current directory from sys.path in python invocations | |||
2019-05-07 | django: fix typo in completion (#6233) | i5ar | |
2018-03-09 | Update django.plugin.zsh (#6634) | Nikolay Panov | |
Added support for 'showmigrations' django command. | |||
2015-03-17 | [Modify] Update django.plugin.zsh for Django 1.7.6 | Abner Chen | |
2015-01-12 | Update django.plugin.zsh | Yu Jiang | |
activate django plugin on command "django-admin" | |||
2014-06-08 | Add startproject to django command completions | Julia Medina | |
2013-04-09 | Use completions with django-admin.py | Brian Galey | |
2013-04-09 | Add collectstatic to django command completions | Brian Galey | |
2011-11-27 | allow django-manage completion. http://pypi.python.org/pypi/DjangoDevKit | Gael Pasgrimaud | |
2011-06-09 | Add Django plugin. | Marc Abramowitz | |
This is a slight modification of the Django zsh completions that I found at https://raw.github.com/technolize/zsh-completion-funcs/master/_manage.py |