* Protect views => In older release, exception pages could be browsed by anyone, now for Django only admin can browse whereas for Flask a view_permission object need to be passed.
* Django REST Framework request body support.
* Support some more ways to capture exception
* Using context manager
* Capture a specific message
* Capture exception with additional context details