|
|
||
|---|---|---|
| djaa_list_filter | ||
| screenshots | ||
| .bumpversion.cfg | ||
| .flake8 | ||
| .gitignore | ||
| .isort.cfg | ||
| LICENCE | ||
| README.md | ||
| Rakefile | ||
| pyproject.toml | ||
| setup.py | ||
README.md
django-admin-autocomplete-list-filter
Ajax autocomplete list filter for Django admin. Uses built-in shipped Django’s widgets.
Installation and Usage
@wip
License
This project is licensed under MIT
Contributer(s)
- Can Adıyaman - Creator, maintainer
- Uğur "vigo" Özyılmazel - Maintainer
Contribute
All PR’s are welcome!
fork(https://github.com/demiroren-teknoloji/django-admin-autocomplete-list-filter/fork)- Create your
branch(git checkout -b my-features) commityours (git commit -am 'added killer options')pushyourbranch(git push origin my-features)- Than create a new Pull Request!
Change Log
2019-10-07
- Init repo...