Alternate widgets and logic for ManyToManyField with Django forms
- by Jaearess
In my Django project, I have a simple ticket system. When creating a ticket, certain users have the ability to assign the ticket to other users, and to email the ticket to other users as well (this is used as an FYI for those users, so they're aware of the ticket, even though it's not assigned to them.)
At the moment, the form for adding a ticket…