Jorge Lima
Jorge Lima
### Issue Summary If a user has no permission to “add”, “change” or “delete” on a `SnippetViewSet`, he can't see the Snippet or access it, even though he has the...
### Issue Summary Even if a user does not have the "change" permission, the `SnippetViewSet` still renders a link to the `EditView`, which then results in a permission error for...
### Issue Summary If a model is registered as a Snippet, and it has a `ForeignKey` that has the attribute `on_delete=models.PROTECT`, the Delete Bulk Action will not respect this condition....