mmcardle / django_builder

Django Builder Site
MIT License
608 stars 126 forks source link

Inline support for Many to Many Objects #66

Open bglick13 opened 5 years ago

bglick13 commented 5 years ago

First off, this is a super cool tool! I'm just starting to explore all the functionality.

One thing I noticed is that while it seems to support ManytoMany fields, I often create ManytoMany objects instead, so that I can store other relevant information. To manage these relationships in the django admin, you often have to create custom views with TabularInlines.

Is that something you support, or plan to support?

Thanks!

mmcardle commented 5 years ago

Yes definitely could support this in the new version