How to handle per object permission in Django nowadays?
Indeed, while reading the docs, I got excited that Django would cater for “per object permissions checking” out of the box, especially in the admin, and that it would be a matter of time to understand how I could activate it. However, this does not seem to always be the case. Django undoubtedly strives to … Read more