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

Release new version for Django 1.9 compatibility #9

Open
seddonym opened this issue Dec 8, 2015 · 4 comments
Open

Release new version for Django 1.9 compatibility #9

seddonym opened this issue Dec 8, 2015 · 4 comments

Comments

@seddonym
Copy link

seddonym commented Dec 8, 2015

The master branch is now Django 1.9 compatible, based on a recent commit related to importlib.

However it would be great if you could bump the version number and release it to PyPi so it's easier to manage the upgrade. Current workaround:

pip uninstall django-private-media
pip install git+https://github.com/RacingTadpole/django-private-media.git
@deschler
Copy link

+1

1 similar comment
@katur
Copy link

katur commented Jan 21, 2016

+1

katur added a commit to katur/forthebirds that referenced this issue Jan 21, 2016
Note that django-private-media==0.1.3 available on PyPi is not
compatible with Django 1.9. However, the same-version-numbered
master on github IS Django 1.9 compatible. The workaround:

pip uninstall django-private-media
pip install git+https://github.com/RacingTadpole/django-private-media.git

(see RacingTadpole/django-private-media#9)

ALSO, django-private-media is now causing Django 1.10 deprecation
warnings.
@deckar01
Copy link

+1

1 similar comment
@afs2015
Copy link

afs2015 commented Feb 16, 2016

+1

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

5 participants