Pylons / deform

A Python HTML form library.
Other
417 stars 161 forks source link

add a Select2SortableWidget #468

Open tdamsma opened 4 years ago

tdamsma commented 4 years ago

Adds a Select2Sortable widget that allows drag and drop reordering of a selection. As discussed in https://github.com/Pylons/deform/issues/465

tdamsma commented 4 years ago

@stevepiercy How do I setup testing with deformdemo? Does the widget need to be added to deformdemo first?

stevepiercy commented 4 years ago

@tdamsma correct. Complete instructions are in https://github.com/Pylons/deform/blob/master/contributing.md

stevepiercy commented 4 years ago

By now you have probably noticed that Travis (which runs tox) will fail for a pair of linked PRs until they are both merged to a branch. That's OK. We use tox locally first to run all the tests (or just a few while debugging) to get everything to pass. I also check out the PRs locally to verify before merging.