django-admin-autocomplete-l.../README.md

994 B
Raw Blame History

Python PyPI version

django-admin-autocomplete-list-filter

Ajax autocomplete list filter for Django admin. Uses built-in shipped Djangos widgets.

Installation and Usage

@wip

License

This project is licensed under MIT


Contributer(s)


Contribute

All PRs are welcome!

  1. fork (https://github.com/demiroren-teknoloji/django-admin-autocomplete-list-filter/fork)
  2. Create your branch (git checkout -b my-features)
  3. commit yours (git commit -am 'added killer options')
  4. push your branch (git push origin my-features)
  5. Than create a new Pull Request!

Change Log

2019-10-07

  • Init repo...