netbox/netbox/extras/api
Brian Candler c58166137c Show exception description on failure to render graphviz
This means that problems give a more specific reason.  In the event
that dot is not found, the error is now:

There was an error generating the requested graph: failed to execute ['dot',
'-Tpng'], make sure the Graphviz executables are on your systems' PATH
2019-01-01 11:41:54 +00:00
..
__init__.py Initial push to public repo 2016-03-01 11:23:03 -05:00
customfields.py Closes #2614: Simplify calls of super() for Python 3 2018-11-27 10:52:24 -05:00
nested_serializers.py Closes #2578: Reorganized nested serializers 2018-11-12 11:36:44 -05:00
serializers.py Closes #2614: Simplify calls of super() for Python 3 2018-11-27 10:52:24 -05:00
urls.py Fixed deprecation warnings from DRF 3.9 2018-11-02 13:48:44 -04:00
views.py Show exception description on failure to render graphviz 2019-01-01 11:41:54 +00:00