netbox/netbox/extras
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
..
api Show exception description on failure to render graphviz 2019-01-01 11:41:54 +00:00
fixtures extras: removed useractions fixture 2016-06-22 23:55:53 -05:00
management Closes #2367: Remove deprecated RPCClient functionality 2018-08-16 12:21:24 -04:00
migrations Merge v2.5 work 2018-12-07 10:51:28 -05:00
tests Closes #2614: Simplify calls of super() for Python 3 2018-11-27 10:52:24 -05:00
__init__.py Tweaked webhooks and Redis settings 2018-05-30 14:51:59 -04:00
admin.py Fixes #2678: Fix error when viewing webhook in admin UI without write permission 2018-12-12 09:30:31 -05:00
apps.py Cleaned up import statements 2018-11-02 15:20:08 -04:00
constants.py Fixes #2563: Enable export templates for cables 2018-11-07 15:49:45 -05:00
filters.py Fixes #2684: Fix custom field filtering 2018-12-12 16:06:50 -05:00
forms.py Fixes #2687: Correct naming of before/after filters for changelog entries 2018-12-13 14:43:05 -05:00
middleware.py Cleaned up import statements 2018-11-02 15:20:08 -04:00
models.py Merge v2.5 work 2018-12-07 10:51:28 -05:00
querysets.py Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
reports.py Cleaned up import statements 2018-11-02 15:20:08 -04:00
tables.py Merge v2.4.8 2018-11-20 12:28:24 -05:00
urls.py Fixes #2717: Fix bulk deletion of tags 2018-12-21 09:08:00 -05:00
views.py Fixes #2723: Correct permission evaluation when bulk deleting tags 2018-12-21 09:11:07 -05:00
webhooks_worker.py Merge v2.5 work 2018-12-07 10:51:28 -05:00
webhooks.py Merge v2.5 work 2018-12-07 10:51:28 -05:00