netbox/netbox/core
2025-03-13 11:34:12 -05:00
..
api Allow primary key for nested models in OpenAPI request schemas (#18451) 2025-03-05 11:46:12 -08:00
forms Fixes: #18013 - All saved filters showing up for Change Log table, regardless of defined object type (#18551) 2025-02-06 17:21:46 -05:00
graphql Closes #17733: Replace pycodestyle with ruff (#17734) 2024-10-11 07:43:46 -04:00
management Closes #16971: Add system jobs (#17716) 2024-11-01 14:56:08 -04:00
migrations Closes #18022: Extend linter (ruff) to enforce line length limit (120 chars) (#18067) 2024-11-21 15:58:11 -05:00
models Fixes #18880: Delay enqueuing of background tasks until the DB transaction has been committed (#18899) 2025-03-13 11:34:12 -05:00
tables 17174 add version to plugin catalog (#17192) 2024-08-19 12:01:54 -04:00
tests 7848 Add RQ API (#17938) 2024-11-26 10:01:06 -05:00
__init__.py Closes #11558: Add support for remote data sources (#11646) 2023-02-19 20:09:51 -05:00
apps.py Fix #18515: Don't fail in DEBUG mode 2025-01-28 19:40:22 +01:00
choices.py Replace DurationChoices by JobIntervalChoices 2025-02-14 14:42:27 -05:00
constants.py 14729 Move background tasks list from admin UI to Primary UI (#14825) 2024-02-01 11:44:07 -05:00
data_backends.py Closes #17733: Replace pycodestyle with ruff (#17734) 2024-10-11 07:43:46 -04:00
events.py #15621: Support notifications for deletion of a subscribed object 2024-08-02 11:34:56 -04:00
exceptions.py Closes #11558: Add support for remote data sources (#11646) 2023-02-19 20:09:51 -05:00
filtersets.py Closes #17048: Replace all calls to get_user_model() with direct imports of User 2024-08-01 08:17:51 -04:00
jobs.py Closes #18362: Create a system job for census reporting 2025-01-09 11:56:09 -05:00
plugins.py Close #18357: Display author name for plugins 2025-02-11 12:19:43 -05:00
querysets.py Closes #16388: Move change logging resources from extras to core (#16545) 2024-06-17 08:03:06 -04:00
search.py Closes #14503: Include additional display attributes for search indexers 2023-12-21 14:36:42 -05:00
signals.py #16388: Move change logging signal handlers into core 2024-08-01 12:58:11 -04:00
urls.py Closes #18022: Extend linter (ruff) to enforce line length limit (120 chars) (#18067) 2024-11-21 15:58:11 -05:00
utils.py 7848 Add RQ API (#17938) 2024-11-26 10:01:06 -05:00
views.py Do not retrieve the data field from Job objects unless needed 2025-02-24 09:07:16 -06:00