Skip to content
  • Tom van Bussel's avatar
    no longer count members twice in statistics · 0bfc5643
    Tom van Bussel authored
    Members with multiple `Membership` objects were counted twice in the statistics.
    If a Member has multiple `Membership` objects and a queryset filters on
    `user__membership` the Member will appear multiple times in the result, by doing
    a `.distinct()` these duplicates are removed.
    0bfc5643