jmrivas86 / django-json-widget

An alternative widget that makes it easy to edit the new Django's field JSONField (PostgreSQL specific model fields)
MIT License
440 stars 88 forks source link

New Release ? #79

Closed Link-God closed 7 months ago

Link-God commented 1 year ago

Hello! Please tell me when the fix is expected to be released ?

vic-cieslak commented 11 months ago

BUMP

tadamcz commented 11 months ago

In the meantime, as a workaround, you can add it as git dependency

e.g.

# pyproject.toml

[tool.poetry.dependencies]
django-json-widget = {git = "https://github.com/jmrivas86/django-json-widget.git", rev="32c6acf9dd3cf27b43e0dd38a01e2af8e6c2ae10"}
TheVaan commented 11 months ago

Bump @jmrivas86

davidemerritt commented 10 months ago

+1

StevenMapes commented 8 months ago

Any news on this @jmrivas86 ?

jmrivas86 commented 7 months ago

Good news friends. I just published the new version 2.0.0 of django-json-widget on PyPi. This version includes all the PRs that were already approved and some minor changes that I have introduced 🎉

Sorry for the delay guys, I was studying for a public examination and became a father for the second time... I didn't have much time to spare. I hope I don't take too long for future versions.

Thanks a lot 😊