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

pip install django-parsley replaces Django 1.8.3 with 1.8 #72

Closed
aptwebapps opened this issue Nov 6, 2015 · 10 comments
Closed

pip install django-parsley replaces Django 1.8.3 with 1.8 #72

aptwebapps opened this issue Nov 6, 2015 · 10 comments
Labels

Comments

@aptwebapps
Copy link

I can't have Django 1.8.3 if I have django-parsley in my requirements file. Is this as intended? If not, perhaps changing

install_requires=["Django>=1.3,<=1.8"]

to

install_requires=["Django>=1.3,<1.9"]

or

install_requires=["Django>=1.3,<=1.8.6"]  # 1.8.6 is the latest 1.8 as of now

in setup.py would work? As it is, I can't have it my requirements file which makes automated deployments annoying. There are some import security updates in 1.8.2 and 1.8.3.

Actually, I can have it in the requirements file if I move django-parsley to the top, although Django 1.8 is unnecessarily installed first.

@im-n1
Copy link

im-n1 commented Dec 9, 2015

+1 for this

@jeruyyap
Copy link

I just ran into this as well.

@ghost
Copy link

ghost commented Feb 6, 2016

Please fix this issue

@busla
Copy link

busla commented Feb 17, 2016

+1.

I don´t think force-uninstalling the latest Django version to install django-parsley is a good idea.

@zachmccormick
Copy link

+1 on this as well - why would you ever force a lower version like this?!? Put it in your docs that 1.8 is the highest officially supported version but never force it!!!

@jeruyyap
Copy link

Not sure if something changed with pip, but at least in my case this problem does not occur when installing via a requirements file.
(even if I do not move it to the top as mentioned above)

Still, this really should be corrected properly.

@kmmbvnr
Copy link
Contributor

kmmbvnr commented Apr 7, 2016

This issue blocks pip-tools to proper resolve dependencies.

@NathHorrigan
Copy link

This still happens, FIX!!

@akshar-raaj
Copy link
Member

@jproffitt This should be fixed with the recent 0.7 release, right?

@jproffitt
Copy link
Collaborator

@akshar-raaj yes, this is resolved in 0.7.

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

No branches or pull requests

9 participants