netbox/netbox/dcim
2024-08-22 13:03:49 -04:00
..
api Fixes #16624: Set allow_null=True on method fields that can return None 2024-07-12 09:03:40 -04:00
forms Add "facility" field to LocationFilterForm 2024-08-22 10:56:27 -04:00
graphql 15809 Mark unions as nullable in GraphQL where appropriate (#15824) 2024-04-25 09:19:19 -04:00
management PEP8 cleanup 2024-01-05 13:08:37 -05:00
migrations 15764 change vc_position from PositiveSmallInteger to PositiveInteger 2024-04-19 13:22:44 -04:00
models 16357 clone tenant and type for cable 2024-07-10 08:34:48 -04:00
svg Merge branch 'develop' into feature 2024-05-06 12:59:24 -04:00
tables Add a Devices column with device_count hyperlink (via count_related) to SiteListView 2024-08-22 13:03:49 -04:00
tests Fixes 16536 - Fix filtering of device component by device role (#16553) 2024-07-12 09:13:33 -04:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
apps.py Closes #15042: Move model registration logic to AppConfigs (#15203) 2024-02-21 14:22:13 -05:00
choices.py 17006 Add Wi-Fi 7 IEEE 802.11be (#17125) 2024-08-12 08:03:46 -04:00
constants.py 17006 Add Wi-Fi 7 IEEE 802.11be (#17125) 2024-08-12 08:03:46 -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 16536 - Fix filtering of device component by device role (#16553) 2024-07-12 09:13:33 -04:00
lookups.py Introduce PathContains lookup to allow filtering against objects in path directly 2020-10-06 09:41:45 -04:00
search.py Closes: #13918 - Add facility field (#15456) 2024-03-18 10:09:50 -04:00
signals.py 12474 update cable terminations when moving location between sites 2023-06-15 08:53:06 -04:00
urls.py Fixes #11528: Permit import of devices using uploaded file 2023-01-25 09:55:45 -05:00
utils.py Fixes #9778: Fix exception during cable deletion after deleting a connected termination 2022-08-03 12:46:16 -04:00
views.py Add a Devices column with device_count hyperlink (via count_related) to SiteListView 2024-08-22 13:03:49 -04:00