![Python](https://img.shields.io/badge/python-3.7.3-green.svg) [![PyPI version](https://badge.fury.io/py/django-admin-autocomplete-list-filter.svg)](https://badge.fury.io/py/django-admin-autocomplete-list-filter) # 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](https://github.com/canadiyaman) - Creator, maintainer * [Uğur "vigo" Özyılmazel](https://github.com/vigo) - Maintainer --- ## Contribute All PR’s are welcome! 1. `fork` (https://github.com/demiroren-teknoloji/django-admin-autocomplete-list-filter/fork) 1. Create your `branch` (`git checkout -b my-features`) 1. `commit` yours (`git commit -am 'added killer options'`) 1. `push` your `branch` (`git push origin my-features`) 1. Than create a new **Pull Request**! --- ## Change Log **2019-10-07** - Init repo...