netbox/netbox/extras
2021-03-09 16:39:55 -05:00
..
api Closes #5549: Eliminate extraneous database queries when using brief API calls 2020-12-29 11:41:44 -05:00
management Fixes #5948: Invalidate cached queries when running renaturalize 2021-03-09 16:39:55 -05:00
migrations Raise exceptions for other inconsistencies when migrating custom field data 2021-01-05 15:05:17 +00:00
models Fixes #5558: Fix regex validation support for custom URL fields 2020-12-31 10:21:01 -05:00
plugins Fixes #5446: Fix validation for plugin version and required settings 2020-12-11 16:05:50 -05:00
templatetags Merge branch 'develop' into develop-2.10 2020-11-09 20:58:59 -05:00
tests Fixes #5510: Fix filtering by boolean custom fields 2020-12-21 11:47:11 -05:00
__init__.py Closes #3408: Remove WEBHOOKS_ENABLE configuration setting 2019-12-06 11:52:28 -05:00
admin.py Closes #4711: Rename Webhook.obj_type to content_types 2020-12-02 14:49:07 -05:00
apps.py Clean up unused imports 2020-02-14 12:04:56 -05:00
choices.py General cleanup of tables 2020-09-25 14:18:29 -04:00
constants.py Closes #4349: Drop support for embedded graphs 2020-08-21 11:57:46 -04:00
context_managers.py Move changelog signals setup to a context manager 2020-08-18 13:05:41 -04:00
filters.py Fixes #5510: Fix filtering by boolean custom fields 2020-12-21 11:47:11 -05:00
forms.py Fixes #5466: Fix validation for required custom fields 2020-12-15 15:56:42 -05:00
querysets.py Fixes #5543: Fix rendering of config contexts with cluster assignment for devices 2020-12-28 10:45:23 -05: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 Merge branch 'develop' into develop-2.10 2020-11-09 20:58:59 -05:00
signals.py #4711: Rename CustomField.obj_type to content_types 2020-10-14 15:26:46 -04:00
tables.py Replace Glyphicons with Material Design 2020-11-06 14:49:14 -05:00
urls.py Closes #4840: Enable change logging for config contexts 2020-07-09 17:09:03 -04:00
utils.py Move ObjectChange creation into signal receivers 2020-08-14 17:03:45 -04:00
views.py Rename get_subquery() to count_related() 2020-12-17 14:47:49 -05:00
webhooks_worker.py Closes #4502: Enable configuration of proxies for outbound HTTP requests 2020-04-30 14:59:13 -04:00
webhooks.py Closes #4711: Rename Webhook.obj_type to content_types 2020-12-02 14:49:07 -05:00