What are the features that django-guardian provides that are not already provided by django auth's permissions?
Here are the features listed by django-guardian's documentation:
- Object permissions for Django
- AnonymousUser support
- High level API
- Heavely tested
- Django’s admin integration
- Decorators
What does 'Object-level' permission mean? Is it the same as assigning permission to object instance which is already supported by in auth's permission?
"Permissions can be set not only per type of object, but also per specific object instance."
https://docs.djangoproject.com/en/dev/topics/auth/default/#default-permissions