django-sortedm2m
django-sortedm2m copied to clipboard
String from SortedManyToManyField
Hi all,
Is it possible to create a string from SortedManyToManyField? For example, if I have a field called toppings from the pizza example, can I get a data-frame like?
Name Toppings Pizza 1 1 (sorted_value): aaaa, 2 (sorted_value) bbbb Pizza 2 1 (sorted_value): cccc, 2 (sorted_value) aaaa
Thank you in advanced.