mrts / django-admin-list-filter-dropdown

Use dropdowns in Django admin list filter
MIT License
315 stars 48 forks source link

PyPI version doesn't contain RelatedOnlyDropdownFilter #11

Closed samuller closed 5 years ago

samuller commented 6 years ago

It seems the RelatedOnlyDropdownFilter option was added on 15 Nov, 2017 (bc40316), but the newest PyPI version is from 4 May, 2017.

Could the PyPI version be updated?

mrts commented 6 years ago

Right you are, I'll put that on my todo list.

adonig commented 6 years ago

In the meantime you can fork this repository and use

pip install git+https://github.com/<your_github_username>/django-admin-list-filter-dropdown.git

to install it manually, or add the following to your requirements.txt

-e git://github.com/<your_github_username>/django-admin-list-filter-dropdown.git#egg=django-admin-list-filter-dropdown

mrts commented 5 years ago

The PyPI version is now updated, v1.0.2 contains RelatedOnlyDropdownFilter. Thanks for the heads-up and sorry for the long delay in getting it out!