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_fields
for theMember
selection in theCommitteeMembership
inline. This avoids repeating a selection box with all users multiple times.raw_id_fields
is a bit uglier, but still usable. Once Django 2.0 is released, we can switch theraw_id_fields
toautocomplete_fields
. -
Add a number of
select_related
s in the right places.
Edited by Ghost User