* Added HiddenFieldInspector (#78)
* Updated docs + added test for HiddenField
Added HiddenField to testproj (no change in yaml as expected)
Closes#78.
* Add todo repro app
* Add explicit test against model named "Nested"
* Force serializers named NestedSerializer to be output as inline models
* Allow ref_name to rescue a NestedSerializer
* Add tests and documentation