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

make json_field work with django 1.7+ properly #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

w-
Copy link

@w- w- commented Apr 15, 2015

django.form.util is renamed to django.form.utils and will be removed starting v1.9
http://django.readthedocs.org/en/latest/releases/1.7.html#util-modules-renamed-to-utils

@adamJLev
Copy link

👍

1 similar comment
@chriscx
Copy link

chriscx commented Aug 10, 2015

+1

@w- w- mentioned this pull request Sep 9, 2015
@EyePulp
Copy link

EyePulp commented Sep 11, 2015

+1 I'm going to miss those warnings in my logs. =)

@qrilka
Copy link

qrilka commented Nov 18, 2015

+1

@trdyer
Copy link

trdyer commented Jan 5, 2016

+1 is there any timeline on when this may get merged?

@qrilka
Copy link

qrilka commented Jan 19, 2016

@derek-schaefer could you share some update on status of this project? was it abandoned?

@EyePulp
Copy link

EyePulp commented Jan 19, 2016

@qrilka You may know this already -- django 1.9 has a built-in JSON field for postgres (9.4+ w/ jsonb) -- it has very similar mechanics to this project. I've been using it in production with good results and am starting to migrate existing fields to the built-in field. https://docs.djangoproject.com/en/1.9/ref/contrib/postgres/fields/#django.contrib.postgres.fields.JSONField

As for this project I don't know its status, sorry. =)

@qrilka
Copy link

qrilka commented Jan 19, 2016

I wish we were using postgres, thanks for the info @EyePulp

@derek-schaefer
Copy link
Owner

@qrilka Unfortunately yes I'd say this project can be considered abandoned. I created it to fulfill a personal use case however I haven't used Django or Python for web development in quite some time so my motivation and skills for maintaining this project have waned. Finding new maintainers would be great and I'll update the documentation to that effect.

@qrilka
Copy link

qrilka commented Jan 25, 2016

If so then one possible solution could be to move the project to https://jazzband.co/ but unfortunately I don't have enough time in near future to do that :(

@derek-schaefer
Copy link
Owner

Thanks for the link! Might be helpful.

rsayers added a commit to rsayers/django-json-field that referenced this pull request Jun 22, 2017
Fixed import to work with 1.7, as well as newer versions.  Credit goes to: derek-schaefer#41
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

Successfully merging this pull request may close these issues.

7 participants