As we know, ManytoMany relations can’t be listed in list_display. Is there any work around to make it like group1, group2 etc?
As we know, ManytoMany relations can’t be listed in list_display. Is there any work
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t understand your example (group1, group2) but you can certainly use any function as a column in the changelist view, which means you can likely do what you want to show!
Example: