netbox/netbox/extras
2022-01-07 11:56:18 -05:00
..
api Extend to support the assignment of multiple objects per field 2022-01-05 17:05:54 -05:00
forms Initial work on #7006 2022-01-04 16:59:52 -05:00
graphql Fixes #7333: Prevent inadvertent deletion of prior change records when deleting objects 2021-09-21 14:24:23 -04:00
management Fixes #8078: Add missing wireless models to lsmodels() in nbshell 2021-12-15 08:38:19 -05:00
migrations Reindex migrations 2022-01-04 17:07:37 -05:00
models Add object_type validation 2022-01-06 13:43:40 -05:00
plugins Enable plugins to define user preferences 2021-12-22 09:10:50 -05:00
templatetags Merge branch 'develop' into feature 2021-12-23 08:32:40 -05:00
tests Clean up & extend custom field tests 2022-01-06 13:24:37 -05:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
admin.py Introduce DEFAULT_USER_PREFERENCES dynamic config setting 2021-12-21 20:30:59 -05:00
apps.py Closes #6138: Add an 'empty' filter modifier for character fields 2021-07-01 15:17:46 -04:00
choices.py Extend to support the assignment of multiple objects per field 2022-01-05 17:05:54 -05:00
conditions.py Improve documentation and testing for conditions 2021-11-03 14:02:43 -04:00
constants.py Add tags as a feature query 2021-05-21 16:54:33 -04:00
context_managers.py Move request object and webhook queue to TLS 2021-11-17 15:12:19 -05:00
filters.py Ditch CustomFieldFilter 2021-10-28 15:36:12 -04:00
filtersets.py Closes #7784: Support cluster type assignment for config contexts 2021-12-23 14:20:03 -05:00
lookups.py Closes #6138: Add an 'empty' filter modifier for character fields 2021-07-01 15:17:46 -04:00
querysets.py Closes #7784: Support cluster type assignment for config contexts 2021-12-23 14:20:03 -05:00
registry.py Raise specific exceptions 2020-03-18 13:15:22 -04:00
reports.py Drop as_dict() method from ChoiceSet 2021-12-16 10:22:05 -05:00
scripts.py Clear sys.modules cache when reloading scripts 2021-11-11 11:53:31 +01:00
signals.py Merge branch 'develop' into feature 2021-11-24 14:00:37 -05:00
tables.py Allow passing additional columns & specifying a sequence 2022-01-07 11:56:18 -05: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 Merge branch 'develop' into feature 2021-12-28 16:14:24 -05:00
webhooks_worker.py Improve webhook tests 2021-11-03 14:01:59 -04:00
webhooks.py Closes #6519: Avoid querying applicable webhooks for every object 2021-06-01 13:55:17 -04:00