I am using this widget in django admin with the SortedManyToMany field. The widget works really well, and is making my application possible in the admin without using forms. The only issue is that when adding a new item to the related table, using the + link, after returing to the original form, the new item is not added to the widget without a browser refresh. This then clears any previous selections!
I am using this widget in django admin with the SortedManyToMany field. The widget works really well, and is making my application possible in the admin without using forms. The only issue is that when adding a new item to the related table, using the + link, after returing to the original form, the new item is not added to the widget without a browser refresh. This then clears any previous selections!