- Added ability to automatically check for permissions in Django Rest Framework viewsets.
- Added ability to automatically check for permissions in Django class-based views.
- Added ability to automatically register permissions for models.
- Added shim for "six" in anticipation for Django 3.0 dropping support for Python 2 and removing "six" from its codebase.