Hello, I wonder if is it possible to add some conditional fields in django. Say I have a category model which has an ID, name and description fields. What I would like is to add a many-to-many field in my Product model that links it with the Category ID model... and as a helping reference show what the name of that Category would be. I know I could just link it to the category name, but my real scenario is a bit more complex and I would really need to display a second field based on the selection in another !
Many thanks!