netbox/netbox/dcim
2025-06-03 07:34:39 -07:00
..
api Fixes #19309: N+1 problem on /interfaces, /ip-addresses and /prefixes requests (#19304) 2025-05-06 11:47:44 -05:00
forms Fixes #19464: Fix bulk editing of inventory items from device view (#19477) 2025-05-13 10:23:02 -07:00
graphql Closes #19493: Change filter() to filter_type() (#19494) 2025-05-14 08:34:25 -07:00
management #16547: Update buildschema management command 2024-12-02 09:46:47 -05:00
migrations Fixes #19440: Ensure data migrations use the correct database connection 2025-05-08 14:53:52 -04:00
models Fixes #19520: restores ability to set Prefix.scope via API (#19588) 2025-05-27 10:32:36 -07:00
svg Fixes #17107: Circuit to Provider Network cabling visual bug 2025-05-07 09:28:02 -04:00
tables Fixes #19472: Fix devie column rendering in virtual device contexts table 2025-05-13 10:46:41 -04:00
tests Fixes #19587: Occupied filter should match on interfaces terminating a wireless link (#19631) 2025-06-03 07:34:39 -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
base_filtersets.py Fixes: #18449 - Clean up some formatting errors 2025-01-21 10:44:46 -06:00
choices.py feat(dcim): Add 2.5 Gbps and 5 Gbps options to InterfaceSpeedChoices (#19445) 2025-05-09 14:02:30 -05:00
constants.py 4867 multiple mac addresses (#17902) 2024-11-18 15:11:24 -05:00
exceptions.py Merge main into feature 2025-04-10 17:17:21 -04:00
fields.py 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -05:00
filtersets.py Fixes #19587: Occupied filter should match on interfaces terminating a wireless link (#19631) 2025-06-03 07:34:39 -07:00
lookups.py Introduce PathContains lookup to allow filtering against objects in path directly 2020-10-06 09:41:45 -04:00
search.py Merge main into feature 2025-04-10 17:17:21 -04:00
signals.py Fixes: #18263 - Iterate through a freshly queried set of CableTerminations to find endpoints in update_connected_endpoints (#18264) 2025-01-06 09:54:13 -05:00
urls.py Closes #19002: Module type profiles (#19014) 2025-04-01 12:05:06 -05:00
utils.py Closes #19002: Module type profiles (#19014) 2025-04-01 12:05:06 -05:00
views.py 19380 call configure on embedded tables (#19390) 2025-05-05 09:29:32 -04:00