django-rest-framework-filters icon indicating copy to clipboard operation
django-rest-framework-filters copied to clipboard

Could we get a push to pypi to support django-filter 2.x?

Open rrauenza opened this issue 5 years ago • 16 comments

Current version on pypi only supports django-filter 1.x -- your latest allows django-filter 2.x?

Is the project at a state where an update could be pushed?

Thanks!

rrauenza avatar Dec 18 '19 22:12 rrauenza

I have the same problem ...

zarinpy avatar Dec 22 '19 11:12 zarinpy

I had the same problem too. I found that it's possible to use the latest pre-release version djangorestframework-filters==1.0.0.dev0.

But I would like to know as well, how stable is it? Are there any known issues?

intgr avatar Jan 06 '20 11:01 intgr

We also have the same question!

mpistrang avatar Jan 15 '20 15:01 mpistrang

Same here

caspervdw avatar Jan 17 '20 12:01 caspervdw

Same!!!!

joshorr avatar Jan 22 '20 21:01 joshorr

Same here

codeadict avatar Feb 28 '20 22:02 codeadict

raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (django-filter 2.0.0 (/usr/local/python3.6/lib/python3.6/site-packages), Requirement.parse('django-filter~=1.1'), {'djangorestframework-filters'})

Same problem!

JoshYuJump avatar Mar 25 '20 07:03 JoshYuJump

I guess nobody is watching this -.-

tcarreira avatar May 01 '20 13:05 tcarreira

yeah, this is preventing some upgrades. it's been a part of a few upgrades we check up on every few months and it's been like this for a long time it seems. an update would be great, especially considering the work seems done?

LyleScott avatar Jun 01 '20 13:06 LyleScott

Version 1.0.0.dev2 was pushed to PyPI in August 2020, so at least some development is happening :)

intgr avatar Oct 12 '20 10:10 intgr

There's a milestone. Looks like only documentation is holding it up: https://github.com/philipn/django-rest-framework-filters/issues?q=is%3Aopen+is%3Aissue+milestone%3Av1.0.0

mlissner avatar Oct 13 '20 21:10 mlissner

Version 1.0.0.dev2 was pushed to PyPI in August 2020, so at least some development is happening :)

I'm going to close this, then, since we have something we can work with now in pypi.

rrauenza avatar Dec 04 '20 06:12 rrauenza

Wait, I don't want to be a jerk, but relying on a dev version in pypi is a very bad solution.

Django filters 2.0 came out about a year and a half ago. We have code that works, but it's not properly released, making it difficult to upgrade to Django filters 2.0. Without first discovering this ticket. This problem is very much not solved.

Can we reopen this until we get a real release?

mlissner avatar Dec 04 '20 18:12 mlissner

Just wondering, what's exactly left for the first official release of 1.0.0?

ziXet avatar Dec 27 '20 00:12 ziXet

@ziXet Only documentation: https://github.com/philipn/django-rest-framework-filters/issues?q=is%3Aopen+is%3Aissue+milestone%3Av1.0.0

hwalinga avatar Apr 14 '21 17:04 hwalinga

@ziXet Only documentation: https://github.com/philipn/django-rest-framework-filters/issues?q=is%3Aopen+is%3Aissue+milestone%3Av1.0.0

You are right. But 3 open issues since 2016, 2018 and 2019 ... IMHO this project is abandoned or not properly maintained

aqp696 avatar Apr 14 '21 22:04 aqp696