theatlantic / django-nested-admin

Django admin classes that allow for nested inlines
http://django-nested-admin.readthedocs.org/
Other
715 stars 99 forks source link

fixes for Django 4.0 #210

Closed PetrDlouhy closed 2 years ago

fdintino commented 2 years ago

This was resolved in 0b8da05 and version 3.4.0, now on PyPi. I had to change the CI from travis—which no longer supported open source projects—to github actions, which is why I fixed this in a slightly different way. Also, the 3.4.0 release will be the last version to support python 2.7 and django 1.11. Removing all of the conditionals for those would have been a more involved undertaking, which is why I'm leaving it for a major version bump. Thanks for the contribution!