netbox/netbox/extras
2021-06-22 14:00:54 -04:00
..
api Fixes #6502: Correct permissions evaluation for running a report via the REST API 2021-05-28 13:16:25 -04:00
management Merge branch 'develop' into feature 2021-03-09 20:04:20 -05:00
migrations Closes #6150: Enable change logging for journal entries 2021-04-13 10:53:55 -04:00
models Fixes #6640: Disallow numeric values in custom text fields 2021-06-22 14:00:54 -04:00
plugins Update views.py 2021-05-14 18:22:01 +02:00
templatetags Closes #5608: Add REST API endpoint for custom links 2021-03-08 20:57:44 -05:00
tests Restore webhooks worker test 2021-06-01 12:52:25 -04:00
__init__.py Closes #3408: Remove WEBHOOKS_ENABLE configuration setting 2019-12-06 11:52:28 -05:00
admin.py Fixes #6130: Improve display of assigned models in custom fields list 2021-04-09 09:43:35 -04:00
apps.py Clean up unused imports 2020-02-14 12:04:56 -05:00
choices.py Add kind field to JournalEntry 2021-03-17 12:51:39 -04:00
constants.py Add tags as a feature query 2021-05-21 16:54:33 -04:00
context_managers.py Initial work on #6284 2021-05-28 16:07:27 -04:00
filters.py Rename FilterSet modules 2021-04-29 16:48:24 -04:00
filtersets.py Closes #5121: Add content_type filters for tags 2021-05-21 17:05:32 -04:00
forms.py Closes #5121: Add content_type filters for tags 2021-05-21 17:05:32 -04:00
querysets.py Fix ConfigContext application for SiteGroups 2021-03-29 15:57:44 -04:00
registry.py Raise specific exceptions 2020-03-18 13:15:22 -04:00
reports.py Fixes #5012: Return details of exceptions resulting from report/script execution 2020-08-20 12:47:26 -04:00
scripts.py Replace references to v2.12 with v3.0 2021-05-25 15:05:02 -04:00
signals.py Update post-change snapshot for M2M changes 2021-06-01 09:30:54 -04:00
tables.py Closes #6150: Enable change logging for journal entries 2021-04-13 10:53:55 -04:00
urls.py Closes #6150: Enable change logging for journal entries 2021-04-13 10:53:55 -04:00
utils.py Move ObjectChange creation into signal receivers 2020-08-14 17:03:45 -04:00
views.py Closes #6493: show ObjectChange diff for non-atomic changes 2021-06-05 19:15:25 +00:00
webhooks_worker.py Closes #3451: Add pre-/post-change snapshots to webhooks 2021-03-09 13:03:44 -05:00
webhooks.py Closes #6519: Avoid querying applicable webhooks for every object 2021-06-01 13:55:17 -04:00