django-polymorphic roadmap

I know there are a lot of users for this library. I was granted maintainership this summer and have been working through the backlog of issues and PRs as time allows. I thought I’d share my intentions and prioritization for moving forward here:

My longterm vision for this library is first-class support for the major three ways you can implement polymorphism on relational database tables. The near term vision is to fix all the bugs and optimize support for the current polymorphism strategy which is based on Django’s multi-table model subclassing strategy.

3 Likes