You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: