In my current project I have the problem that I want the unique index over the three columns (from_, to, field.sort_value_field_name) in generated through model which is currently specified fix: 53322c4a[…]/sortedm2m/fields.py#L74
What should I do in this case?
Should be there an option three_column_unique?
In my current project I have the problem that I want the unique index over the three columns
(from_, to, field.sort_value_field_name)in generated through model which is currently specified fix: 53322c4a[…]/sortedm2m/fields.py#L74What should I do in this case?
Should be there an option
three_column_unique?