match4everyone / match4everything

Other
7 stars 0 forks source link

Fix double permissions #217

Closed bjrne closed 3 years ago

bjrne commented 3 years ago

Django has a built-in view permission for every model type it knows. We should use that one. Otherwise there will be two "Can view participant" Permissions with similar names, where one functions as intended and the other one does nothing.