-
Notifications
You must be signed in to change notification settings - Fork 73
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
Comments
+1 for this |
I just ran into this as well. |
Please fix this issue |
+1. I don´t think force-uninstalling the latest Django version to install django-parsley is a good idea. |
+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!!! |
Not sure if something changed with pip, but at least in my case this problem does not occur when installing via a requirements file. Still, this really should be corrected properly. |
This issue blocks pip-tools to proper resolve dependencies. |
This still happens, FIX!! |
@jproffitt This should be fixed with the recent 0.7 release, right? |
@akshar-raaj yes, this is resolved in 0.7. |
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
to
or
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.
The text was updated successfully, but these errors were encountered: