Exclude certain class members from auto-generated documentation.
Review Request #7364 — Created June 2, 2015 and submitted
There were class members we didn't want to keep around, such as __dict__ and DoesNotExist. Since autodoc doesn't support simple exclusions like this, I've written a new extension that makes use of the exclusion hook to look up common member names and exclude them from the docs.
Built the docs and went through them. Saw that all these useless entries
that were auto-added have been removed.