netbox/netbox/extras
2021-10-28 10:29:14 -04:00
..
api Add conditions for webhooks 2021-10-22 17:15:08 -04:00
forms Closes #7452: Add JSON custom field type 2021-10-28 10:29:14 -04:00
graphql Fixes #7333: Prevent inadvertent deletion of prior change records when deleting objects 2021-09-21 14:24:23 -04:00
management Fixes #7425: Housekeeping command should honor zero verbosity 2021-10-01 15:29:22 -04:00
migrations Initial work on #5883 2021-10-25 16:10:50 -04:00
models Closes #7452: Add JSON custom field type 2021-10-28 10:29:14 -04:00
plugins Merge branch 'feature' into 6651-plugins-rq-queues 2021-07-09 08:43:39 -04:00
templatetags #6797: Improve controls & custom link styling 2021-08-03 10:21:06 -07:00
tests Closes #7452: Add JSON custom field type 2021-10-28 10:29:14 -04:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
admin.py Extend admin UI to allow restoring previous config revisions 2021-10-27 14:05:49 -04:00
apps.py Closes #6138: Add an 'empty' filter modifier for character fields 2021-07-01 15:17:46 -04:00
choices.py Closes #7452: Add JSON custom field type 2021-10-28 10:29:14 -04:00
conditions.py Add regex condition op 2021-10-25 10:14:18 -04:00
constants.py Add tags as a feature query 2021-05-21 16:54:33 -04:00
context_managers.py Fixes #6776: Fix erroneous webhook dispatch on failure to save objects 2021-08-23 12:06:43 -04:00
filters.py Fixes #7093: Multi-select custom field filters should employ exact match 2021-08-31 15:03:39 -04:00
filtersets.py Fixes #7544: Fix multi-value filtering of custom field objects 2021-10-14 11:36:13 -04:00
lookups.py Closes #6138: Add an 'empty' filter modifier for character fields 2021-07-01 15:17:46 -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 feat: reports within a module can now be ordered 2021-09-27 11:02:31 +02:00
scripts.py Changelog for #7387 2021-10-01 09:30:17 -04:00
signals.py Extend admin UI to allow restoring previous config revisions 2021-10-27 14:05:49 -04:00
tables.py Clean up table classes 2021-09-17 15:37:19 -04:00
urls.py Introduce a common URL for the creation of image attachments 2021-10-01 12:34:30 -04:00
utils.py Move ObjectChange creation into signal receivers 2020-08-14 17:03:45 -04:00
validators.py Extend CustomValidator to support required, prohibited fields 2021-06-09 13:10:35 -04:00
views.py Introduce a common URL for the creation of image attachments 2021-10-01 12:34:30 -04:00
webhooks_worker.py Add conditions for webhooks 2021-10-22 17:15:08 -04:00
webhooks.py Closes #6519: Avoid querying applicable webhooks for every object 2021-06-01 13:55:17 -04:00