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

Update PyPI with version bump for Django 1.10 support #43

Open
cgdeboer opened this issue Apr 14, 2016 · 2 comments
Open

Update PyPI with version bump for Django 1.10 support #43

cgdeboer opened this issue Apr 14, 2016 · 2 comments

Comments

@cgdeboer
Copy link

Trying to rid myself of deprecation warnings for an application that uses Django 1.9. I see most of the changes called for already made in the repo. Can you update pyPi with a version bump so those changes can come downstream?

https://pypi.python.org/pypi/django-pgjson/0.3.1

django_pgjson/fields.py:105: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.

Thanks for help.

@mcastle
Copy link

mcastle commented Aug 3, 2016

Django 1.10 now breaks because of pgjson.

@smcoll
Copy link

smcoll commented Jul 20, 2017

In the meantime, Django 1.11 works when pip-installing the commit for #42.

requirements.txt

git+git://github.com/djangonauts/django-pgjson.git@30463d210a42b2de

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

3 participants