vittoriozamboni / django-groups-manager

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

Updgrade to django 3.2...4.2 and Python 3.8...3.11 & minor small improvements #68

Closed dalito closed 1 year ago

dalito commented 1 year ago

This PR is quite big. Let me know if you want me to split it up. However, the changes are not very complex.

Closes #63

vittoriozamboni commented 1 year ago

Hi David, thank you for the PR. It looks great!

I am going to test this tomorrow and see if it has breaking changes. Just by looking, all seems good.

dalito commented 1 year ago

FYI: I noticed that there is some code marked for deprecation but I left it as it is. I only changed that the deprecated code is no longer used in the package itself.

vittoriozamboni commented 1 year ago

We can remove the code in a different PR.

vittoriozamboni commented 1 year ago

Excellent work @dalito , really appreciated your contribution!

dalito commented 1 year ago

@vittoriozamboni - Thanks a lot for merging the PR so fast and for making the new release!