[Fixed]-Django admin – Mixing multiple model inlines in single admin interface

10👍

Well, it didn’t seem like there was a simple way to do this, so I delved into django.contrib a bit and built an app for handling this: Django Merged Inlines. If it would be useful to anyone, it’s available here:

https://github.com/MattBroach/Django-Merged-Inlines

Leave a comment