vertical-knowledge / ripozo

A tool for quickly creating REST/HATEOAS/Hypermedia APIs in python
http://ripozo.readthedocs.org/
GNU General Public License v2.0
201 stars 22 forks source link

Raise warning when related_resource on a relationship does not point to a valid resource #27

Closed timmartin19 closed 9 years ago

timmartin19 commented 9 years ago

Currently, it will simply fail at run time with no indication prior. We want to only raise a warning rather than an exception because there may be cases where ResourceBase subclasses are created dynamically and we do not want to explode in those cases.