'Is there a way to alter UserPassesTestMixin?
I'm trying to create a moderator in my Django blog. I'm using classed-based views with the UserPassesTestMixin so that a user's post can only be updated by them.
Is there way to override some features of UserPassesTestMixin using the AccessMixin so that if another user has permissions, they too can update original posters blog? Is this supported? Or should I use function based views instead?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
