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

Add additional maintainers #72

Closed thclark closed 1 year ago

thclark commented 2 years ago

Description

Hi @jmrivas86 - I've noticed that there are a lot of outstanding pull requests, including one which fixes a security vulnerability.

I understand that it's difficult to stay on top of maintaining all your OSS libraries, but I would be willing to help either do that or have someone from my team help out if you're willing to let us.

Perhaps we could have a discussion and you could add me as a maintainer to help get these issues fixed? An alternative would be transferring the entire repository to jazzband where the community can contribute to it; I could help with that too if you want.

Are you interested?

jmrivas86 commented 1 year ago

Thank you for your interest in the project. You are right, my life has changed and now I have responsibilities that require almost all my time, so it would be good for someone to help me as a project maintainer, are you still interested?

StevenMapes commented 1 year ago

Did you add @thclark @jmrivas86? To help out I've reviewed the following PRs

https://github.com/jmrivas86/django-json-widget/pull/56 https://github.com/jmrivas86/django-json-widget/pull/64 https://github.com/jmrivas86/django-json-widget/pull/65 https://github.com/jmrivas86/django-json-widget/pull/70

Which include an important security update as well as updates in compatibility for Django up to 3.2 along with Python up to 3.9

Once merged this will then allow the project to be better tested and updated to with support for Django 4.0 and 4.1 along with preparing it for Django 4.2

StevenMapes commented 1 year ago

I should have noted that I am interested in helping maintain the project

jmrivas86 commented 1 year ago

PRs done!