Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • concrexit concrexit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 70
    • Issues 70
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • thaliathalia
  • concrexitconcrexit
  • Merge requests
  • !595

WIP: Make the Committee Admin a lot faster

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Tom van Bussel requested to merge fix/faster-committee-admin into master Oct 09, 2017
  • Overview 9
  • Commits 1
  • Changes 1

Closes no issue

Short description

This MR makes the CommitteeAdmin a lot faster, by doing the following two things:

  1. Use raw_id_fields for the Member selection in the CommitteeMembership 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 the raw_id_fields to autocomplete_fields.

  2. Add a number of select_relateds in the right places.

Edited Oct 11, 2017 by Tom van Bussel
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix/faster-committee-admin