django-sortedm2m icon indicating copy to clipboard operation
django-sortedm2m copied to clipboard

String from SortedManyToManyField

Open thejerwang opened this issue 6 years ago • 0 comments

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.

thejerwang avatar May 31 '18 20:05 thejerwang