so i want to have the same thing that django admin has with many to many fields
a plus sign next to the field that allows the user to create a new instance of that related data
i found that django admin uses ManyToManyRawIdWidget which is placed in django/contrib/admin/widgets.py
so i was wondering how would i go about extending this widget?
since the original one is bound to the admin site and requires information related to that