derek-schaefer / django-json-field

Generic JSON model and form fields.
BSD 3-Clause "New" or "Revised" License
122 stars 86 forks source link

make json_field work with django 1.7+ properly #41

Open w- opened 9 years ago

w- commented 9 years ago

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 commented 9 years ago

:+1:

chriscx commented 9 years ago

+1

EyePulp commented 9 years ago

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

qrilka commented 8 years ago

+1

trdyer commented 8 years ago

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

qrilka commented 8 years ago

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

EyePulp commented 8 years ago

@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 commented 8 years ago

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

derek-schaefer commented 8 years ago

@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 commented 8 years ago

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 commented 8 years ago

Thanks for the link! Might be helpful.