**************************
* Totally removing ``django-guardian`` usage and dependancy. Reasons are:
* Add a new layer for managing permissions that is difficult to maintain;
* guardian does not play nice with global permissions and groups, we have to add more code to manage it well;
* Per-object permissions was a little bit out of the scope of this forum app because it's not a community oriented forum;
* Cleaning documentation from ``django-guardian`` occurences;