Do some WebHook-related cleanups
Review Request #8223 — Created June 7, 2016 and submitted — Latest diff uploaded
The default fieldset for WebHooks in the admin form now has a label
instead ofNone
. In addition, the__str__
method of
WebHookTarget
s now just returns the URL, which is a more readable
string for viewing in the admin panel.