Go to file
Uğur Özyılmazel cd86540a90
Add linter, checker configurations
2019-10-11 10:34:01 +03:00
djaa_list_filter Add ManyToMany and ForeignKey support 2019-10-11 10:33:41 +03:00
screenshots Add screenshots 2019-10-11 10:33:03 +03:00
.bumpversion.cfg Add python package scaffold 2019-10-07 14:54:39 +03:00
.flake8 Add linter, checker configurations 2019-10-11 10:34:01 +03:00
.gitignore POC works 2019-10-10 17:16:21 +03:00
.isort.cfg Add linter, checker configurations 2019-10-11 10:34:01 +03:00
LICENCE Add python package scaffold 2019-10-07 14:54:39 +03:00
README.md Add python package scaffold 2019-10-07 14:54:39 +03:00
Rakefile Add python package scaffold 2019-10-07 14:54:39 +03:00
pyproject.toml Add linter, checker configurations 2019-10-11 10:34:01 +03:00
setup.py POC works 2019-10-10 17:16:21 +03:00

README.md

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...