Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rrauenza opened this issue Dec 18, 2019 · 16 comments
Open

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

rrauenza opened this issue Dec 18, 2019 · 16 comments

Comments

@rrauenza
Copy link

rrauenza commented Dec 18, 2019

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!

@zarinpy
Copy link

zarinpy commented Dec 22, 2019

I have the same problem ...

@intgr
Copy link

intgr commented Jan 6, 2020

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?

@mpistrang
Copy link

We also have the same question!

@caspervdw
Copy link

Same here

@joshorr
Copy link

joshorr commented Jan 22, 2020

Same!!!!

@codeadict
Copy link

Same here

@JoshYuJump
Copy link

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!

@tcarreira
Copy link

I guess nobody is watching this -.-

@LyleScott
Copy link

LyleScott commented Jun 1, 2020

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?

@intgr
Copy link

intgr commented Oct 12, 2020

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

@mlissner
Copy link
Contributor

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

@rrauenza
Copy link
Author

rrauenza commented Dec 4, 2020

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 rrauenza closed this as completed Dec 4, 2020
@mlissner
Copy link
Contributor

mlissner commented Dec 4, 2020

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?

@rrauenza rrauenza reopened this Dec 15, 2020
@ziXet
Copy link

ziXet commented Dec 27, 2020

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

@aqp696
Copy link

aqp696 commented Apr 14, 2021

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests