netbox/netbox/core
Tobias Genannt c57ae6e1f7 Fix #18515: Don't fail in DEBUG mode
When no Redis server is reachable management commands failed without
this try...except block.
2025-01-28 19:40:22 +01:00
..
api 7848 Add RQ API (#17938) 2024-11-26 10:01:06 -05:00
forms Closes #17048: Replace all calls to get_user_model() with direct imports of User 2024-08-01 08:17:51 -04: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 Closes #18022: Extend linter (ruff) to enforce line length limit (120 chars) (#18067) 2024-11-21 15:58:11 -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 Closes #16971: Add system jobs (#17716) 2024-11-01 14:56:08 -04: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 17174 add version to plugin catalog (#17192) 2024-08-19 12:01:54 -04: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 Fixes: #18369 - Remove the json filter for protection rules (#18388) 2025-01-17 14:02:12 -05:00