Since 0.2.0 library check type of passed view and if view type is object with defined 'as_view' function, call this. This allow you omit ".as_view()" calls in your urls.py files. But you can call this manual with params if you need.
This feature help you to keep your urls.py files must clean as possible. I hope you like this feature!