* Added test for #82 - readonly SlugRelatedField not showing format uuid
* Added ArticleGroup model
* Added example of SlugRelatedField to a uuid field with and without readonly
* Check remote_field.model in get_related_model
Closes#82.
* Added HiddenFieldInspector (#78)
* Updated docs + added test for HiddenField
Added HiddenField to testproj (no change in yaml as expected)
Closes#78.