netbox/netbox/extras
2020-03-13 17:00:00 -04:00
..
api Rename Tag.comments to description 2020-03-13 17:00:00 -04:00
management Fixes #4166: Fix schema migrations to enforce maximum character length for naturalized fields 2020-02-13 21:41:00 -05:00
migrations Rename Tag.comments to description 2020-03-13 17:00:00 -04:00
templatetags Fixes #3857: Fix group custom links rendering 2020-01-08 10:14:48 +00:00
tests Remove outdated TODOs 2020-03-12 11:57:26 -04: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 functional dynamic filter lookups 2020-02-09 17:46:21 -05:00
forms.py Rename Tag.comments to description 2020-03-13 17:00:00 -04: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 Rename Tag.comments to description 2020-03-13 17:00:00 -04:00
querysets.py Fixes #3886: Config context cluster (group) 2020-01-26 10:53:58 +00:00
reports.py Enable system logging for reports 2020-03-04 14:22:30 -05:00
scripts.py Merge branch 'develop' into develop-2.8 2020-03-10 15:06:37 -04:00
signals.py Fix errant changelog entries when executing a script without committing 2019-08-26 11:59:38 -04:00
tables.py Rename Tag.comments to description 2020-03-13 17:00:00 -04: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