django-smart-selects
django-smart-selects copied to clipboard
Chainfield as FilteredSelectMultiple
trafficstars
This PR contains modifications to properly handle ModelMultipleChoiceField base on FilteredSelectMultiple widget as chainfield.
It contains also test examples with a book-store, please take a look.
Here is a screenshot example:
Stations is the chainfield, station-variants and station-routes are based on stations which is a ModelMultipleChoiceField with the FilteredSelectMultiple widget
