netbox/netbox/extras
2020-02-10 09:58:33 -05:00
..
api Fixes #4094: Convert unnecessary regular expressions to strings in URL patterns 2020-02-05 16:12:48 -05:00
management Import Django User model automatically when running nbshell 2019-08-19 11:47:50 -04:00
migrations Fixes #3886: Config context cluster (group) 2020-01-26 10:53:58 +00:00
templatetags Fixes #3857: Fix group custom links rendering 2020-01-08 10:14:48 +00:00
tests Merge pull request #4014 from hSaria/3886-config-context-cluster 2020-02-03 16:02:56 -05:00
__init__.py Closes #3408: Remove WEBHOOKS_ENABLE configuration setting 2019-12-06 11:52:28 -05:00
admin.py Add template_language field to Graph 2020-01-10 11:28:50 -05:00
apps.py Closes #3408: Remove WEBHOOKS_ENABLE configuration setting 2019-12-06 11:52:28 -05:00
choices.py Rename ExportTemplateLanguageChoices to TemplateLanguageChoices 2020-01-15 09:40:05 -05:00
constants.py #3892: Convert WEBHOOK_MODELS to a Q object 2020-01-15 16:18:47 -05:00
filters.py Fixes #3886: Config context cluster (group) 2020-01-26 10:53:58 +00:00
forms.py Standardize usage of FilterChoiceField 2020-02-10 09:58:33 -05:00
middleware.py Introduce is_taggable utility function for identifying taggable models 2019-12-11 15:52:35 -05:00
models.py Merge pull request #4014 from hSaria/3886-config-context-cluster 2020-02-03 16:02:56 -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 Fixes #4043: Fix toggling of required fields in custom scripts 2020-01-29 09:40:17 -05:00
signals.py Fix errant changelog entries when executing a script without committing 2019-08-26 11:59:38 -04:00
tables.py Fix changelog table action labels 2019-12-05 16:37:22 -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 Correct default_return_url for TagBulkEditView 2020-02-03 11:59:43 -05:00
webhooks_worker.py Closes #3952: Add test for webhooks_worker; introduce generate_signature() 2020-01-23 15:05:27 -05:00
webhooks.py Closes #4005: Include timezone context in webhook timestamps 2020-01-24 12:00:24 -05:00