django-json-field icon indicating copy to clipboard operation
django-json-field copied to clipboard

make json_field work with django 1.7+ properly

Open w- opened this issue 10 years ago • 11 comments
trafficstars

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

w- avatar Apr 15 '15 20:04 w-

:+1:

adamJLev avatar Jun 10 '15 17:06 adamJLev

+1

chriscx avatar Aug 10 '15 12:08 chriscx

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

EyePulp avatar Sep 11 '15 21:09 EyePulp

+1

qrilka avatar Nov 18 '15 08:11 qrilka

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

trdyer avatar Jan 05 '16 18:01 trdyer

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

qrilka avatar Jan 19 '16 06:01 qrilka

@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. =)

EyePulp avatar Jan 19 '16 17:01 EyePulp

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

qrilka avatar Jan 19 '16 19:01 qrilka

@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.

derek-schaefer avatar Jan 22 '16 16:01 derek-schaefer

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 :(

qrilka avatar Jan 25 '16 07:01 qrilka

Thanks for the link! Might be helpful.

derek-schaefer avatar Jan 25 '16 18:01 derek-schaefer