netbox/netbox/extras
Arthur Hanson a17699d261
19644 Make atomic use correct database instead of default (#19651)
* 19644 set atomic transactions to appropriate database

* 19644 set atomic transactions for Job Script run

* 19644 set atomic transactions to appropriate database

* 19644 set atomic transactions to appropriate database

* 19644 fix review comments

* 19644 fix review comments
2025-06-25 15:00:26 -04:00
..
api 19555 fix script API validation for scheduled_at (#19693) 2025-06-11 12:41:45 -05:00
dashboard Merge main into feature 2025-04-10 17:17:21 -04:00
data Closes #12194: Add pre-defined custom field choices (#13219) 2023-07-28 11:24:21 -04:00
forms Fixes #19529: fix CLI running of scripts (#19698) 2025-06-16 07:17:38 -05:00
graphql Closes #19493: Change filter() to filter_type() (#19494) 2025-05-14 08:34:25 -07:00
management Merge main into feature 2025-04-10 17:17:21 -04:00
migrations Fixes #19529: fix CLI running of scripts (#19698) 2025-06-16 07:17:38 -05:00
models Fixes #19702: add NotificationGroup.event_rules GenericRelation 2025-06-19 09:41:40 -04:00
tables Merge branch 'main' into feature 2025-05-01 09:45:38 -04:00
templatetags 17186 change custom link button color from outline-dark to outline-se… (#17248) 2024-08-27 15:08:39 -04:00
tests Closes #17183 - Add Object Types Field to Tag Bulk Import Form (#19639) 2025-06-10 09:13:59 -07:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
apps.py Closes #17725: Clean up import statements (#17728) 2024-10-10 14:52:47 -04:00
choices.py Merge main into feature 2025-04-10 17:17:21 -04:00
conditions.py Fixes #14829 Simple condition (without and/or) does not work in event rule (#14870) 2024-06-07 07:45:19 -07:00
constants.py Merge main into feature 2025-04-10 17:17:21 -04:00
events.py Fixes #18222: Include action data from event rule in webhook and custom script data 2025-01-03 09:39:05 -05:00
fields.py pep8 fixes 2023-02-19 18:50:24 -05:00
filters.py Fixes: #18783 Add a tag_id filter for all models which support tagging (#18889) (#19142) 2025-04-11 09:26:46 -07:00
filtersets.py Fixes: #18783 Add a tag_id filter for all models which support tagging (#18889) (#19142) 2025-04-11 09:26:46 -07:00
jobs.py 19644 Make atomic use correct database instead of default (#19651) 2025-06-25 15:00:26 -04:00
lookups.py Closes #17725: Clean up import statements (#17728) 2024-10-10 14:52:47 -04:00
querysets.py Closes #19270: Apply config contexts from parent devices roles 2025-04-24 15:09:23 -04:00
reports.py Merge main into feature 2025-04-10 17:17:21 -04:00
scripts.py Merge branch 'main' into feature 2025-04-22 16:36:17 -04:00
search.py feat(search): Add search index for tags 2025-05-09 08:55:05 -04:00
signals.py #15621: Support notifications for deletion of a subscribed object 2024-08-02 11:34:56 -04:00
storage.py 18896 Replace STORAGE_BACKEND with STORAGES and support Script running from S3 (#18680) 2025-03-17 07:36:34 -07:00
urls.py Merge main into feature 2025-04-10 17:17:21 -04:00
utils.py Closes #14591: Saved table configurations (#19101) 2025-04-10 15:48:02 -05:00
validators.py Closes #17725: Clean up import statements (#17728) 2024-10-10 14:52:47 -04:00
views.py Fixes: #19492: Add Save Button to Script Output Window (#19721) 2025-06-19 13:31:54 -04:00
webhooks.py Closes #18627: Proxy routing (#18681) 2025-03-04 08:24:54 -05:00