I have a m2m relation where in my AdminForm I would use raw_id_fields instead of the filter_horizontal option. For explanation I prefer the raw_id_fields instead of the filter_horizontal option, because there records are already categorized. So in the popup-window the user has the ability to search and filter via category.
But there are two points that I can't figure out:
- possibility to selecting more than one record in the popup window
- showing the real names instead of the pk in the input_field
Thanks in advanced for help
bye
Robert
No comments:
Post a Comment