vittoriozamboni / django-groups-manager

Manage django groups collection based on django-mptt.
MIT License
100 stars 23 forks source link

Replace jsonfield2 with jsonfield #48

Closed io-ma closed 4 years ago

io-ma commented 4 years ago

Jsonfield2 was recently deprecated and merged into the latest version of jsonfield package. (The beginning of March) https://github.com/rpkilby/jsonfield

vittoriozamboni commented 4 years ago

Hi! Thank you very much for this investigation and the PR.

Can you also update the tox.ini by replacing jsonfield2 with jsonfield (and remove jsonfield2 from the deps section)? There will be no point to test it at this point if we remove it.

io-ma commented 4 years ago

Sure, didn't noticed it. Will do this right now.