no longer count members twice in statistics
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.
Please register or sign in to comment