netbox/netbox/extras
2020-03-03 13:20:00 -05:00
..
api Fixes #4300: Pass "commit" argument when executing scripts via REST API 2020-03-02 13:29:32 -05:00
management Fixes #4166: Fix schema migrations to enforce maximum character length for naturalized fields 2020-02-13 21:41:00 -05:00
migrations Add http_method field to Webhook 2020-02-24 20:42:24 -05:00
templatetags Fixes #3857: Fix group custom links rendering 2020-01-08 10:14:48 +00:00
tests Merge branch 'develop' into develop-2.8 2020-03-03 13:20:00 -05:00
__init__.py Closes #3408: Remove WEBHOOKS_ENABLE configuration setting 2019-12-06 11:52:28 -05:00
admin.py Always use a JSON object to convey change data when no body template is present 2020-02-25 10:43:14 -05:00
apps.py Clean up unused imports 2020-02-14 12:04:56 -05:00
choices.py Add http_method field to Webhook 2020-02-24 20:42:24 -05:00
constants.py Enable custom templating for webhook request content 2020-02-24 16:12:46 -05:00
filters.py Fixes #3886: Config context cluster (group) 2020-01-26 10:53:58 +00:00
forms.py Fix form field ordering; self.fields no longer an OrderedDict 2020-02-19 15:08:15 -05:00
middleware.py Disconnect post_save & pre_delete signals after the response has been received 2020-02-24 12:42:51 -05:00
models.py Always use a JSON object to convey change data when no body template is present 2020-02-25 10:43:14 -05:00
querysets.py Fixes #3886: Config context cluster (group) 2020-01-26 10:53:58 +00:00
reports.py Miscellaneous cleanup 2019-10-04 12:59:10 -04:00
scripts.py Extend custom scripts to pass the 'commit' value via run() 2020-02-25 14:49:41 -05:00
signals.py Fix errant changelog entries when executing a script without committing 2019-08-26 11:59:38 -04:00
tables.py Standardize on two-word form of "change log" 2020-02-19 12:45:52 -05:00
urls.py Fixes #4094: Convert unnecessary regular expressions to strings in URL patterns 2020-02-05 16:12:48 -05:00
utils.py Introduce is_taggable utility function for identifying taggable models 2019-12-11 15:52:35 -05:00
views.py Fixes #2511: Compare object change to the previous change 2020-02-15 22:39:08 +00:00
webhooks_worker.py Add http_method field to Webhook 2020-02-24 20:42:24 -05:00
webhooks.py Enable custom templating for webhook request content 2020-02-24 16:12:46 -05:00