Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Comments

make json_field work with django 1.7+ properly#41

Open
w- wants to merge 1 commit intoderek-schaefer:masterfrom
w-:patch-1
Open

make json_field work with django 1.7+ properly#41
w- wants to merge 1 commit intoderek-schaefer:masterfrom
w-:patch-1

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants