Wow, many new things. Very good.
I have not seen in the release-notes that the inspectdb now supports inspect "database views" to the backends where it is supported.
This change was made in this commit:
See the "get_table_list" function in introspection.py file, in each database backend
I look forward a day, that Django has support for inspecting "multiple database schemas" and work properly with an official api to do this.
I was trying to figure out ways to solve this old problem of django.
Also i know that adding support for multiple database schemas is not something trivial for Django, because if it was, I'm sure that would be already been implemented.