netbox/netbox/extras
Jeremy Stretch 5e5b9683f9
Merge pull request #2290 from lampwins/bug/2137
Force webhooks to use the same JSONEncoder class as DRF - fixes #2137
2018-08-01 12:57:05 -04:00
..
api Closes #2288: Fix exception when assigning objects to a ConfigContext via the API 2018-07-31 11:32:49 -04:00
fixtures extras: removed useractions fixture 2016-06-22 23:55:53 -05:00
management Renamed device status constants for clarity 2018-01-25 12:20:24 -05:00
migrations Closes #2229: Allow mapping of ConfigContexts to tenant groups 2018-07-27 15:47:29 -04:00
tests Closes #2288: Fix exception when assigning objects to a ConfigContext via the API 2018-07-31 11:32:49 -04:00
__init__.py Tweaked webhooks and Redis settings 2018-05-30 14:51:59 -04:00
admin.py Remove admin UI views for ConfigContexts and ObjectChanges 2018-07-27 16:00:50 -04:00
apps.py fixed #2203 2018-06-27 22:17:17 -04:00
constants.py Enabled export templates for secrets 2018-07-17 10:34:50 -04:00
filters.py Extend ObjectChange to optionally indicate a related object (e.g. a parent device) 2018-06-22 15:05:40 -04:00
forms.py Closes #2229: Allow mapping of ConfigContexts to tenant groups 2018-07-27 15:47:29 -04:00
middleware.py Fixes #2284: Record object deletions before the request finishes 2018-07-30 16:33:37 -04:00
models.py Webhook signal refactor - fixes #2282 (#2260) 2018-07-30 14:23:49 -04:00
querysets.py Closes #2229: Allow mapping of ConfigContexts to tenant groups 2018-07-27 15:47:29 -04:00
reports.py Closes #1691: Cleaned up and reorganized import statements 2017-11-07 11:08:23 -05:00
rpc.py Fix pycodestyle errors 2018-06-27 17:24:33 +02:00
tables.py Link to related object if changed object has no URL 2018-07-16 13:29:57 -04:00
urls.py Initial work on config contexts 2018-06-27 16:02:34 -04:00
views.py Cleaned up BulkEditView and BulkDeleteView 2018-07-20 21:18:10 -04:00
webhooks_worker.py force webhooks to use the same JSONEncoder class as DRF - fixes #2137 2018-07-31 16:17:24 -04:00
webhooks.py Fixes #2284: Record object deletions before the request finishes 2018-07-30 16:33:37 -04:00