manjitkumar / drf-url-filters

A django app to apply filters on drf querysets using query params with validations using voluptuous.

Home Page:http://www.django-rest-framework.org/api-guide/filtering/#drf-url-filters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip install installs version 0.2.1 instead of the latest 0.5.0

selimt opened this issue · comments

When we pip install this package we get an older version (0.2.1) which is not compatible with Python 3.

Thanks.

@selimt I was not able to push the latest release to PyPI after a multiple attempts because of some error. Still you can download it from github only using pip as -

pip install https://github.com/manjitkumar/drf-url-filters/archive/v0.5.0.tar.gz

Also, there was a problem with this release if you are using python3, I have made a patch to that in PR #33 which will be released under tag v0.5.1 by the end of day (Today June 20th, 2017)

Update: Latest release is available as tag v0.5.1
Can be installed using -
pip install https://github.com/manjitkumar/drf-url-filters/archive/v0.5.1.tar.gz

I will close the issue once it's pushed to PyPI.

Now you can download latest version of drf-url-filters from PyPI using command: pip install drf-url-filters.