WIP: Make the Committee Admin a lot faster
Closes no issue
Short description
This MR makes the CommitteeAdmin a lot faster, by doing the following two things:
-
Use
raw_id_fieldsfor theMemberselection in theCommitteeMembershipinline. This avoids repeating a selection box with all users multiple times.raw_id_fieldsis a bit uglier, but still usable. Once Django 2.0 is released, we can switch theraw_id_fieldstoautocomplete_fields. -
Add a number of
select_relateds in the right places.
Edited by Ghost User