netbox/netbox/dcim
Dillon Henschen c55c14ea4c
Closes #11670: Add ability to optionally import DeviceType and ModuleType weight (#12512)
* 11670: Add optional weight to DeviceType import

This is 1 of 2 commits to address issue #11670

To maintain consistency, the import design of the DeviceType weight follows the
same pattern used for importing weight and weight units in DCIM Racks.

* Closes #11670: Add weight to ModuleType import

This is commit 2 of 2 to address and close #11670.

To maintain consistency, the import design of the ModuleType weight follows the
same pattern used for importing weight and weight units in DCIM Racks.

* Merge tests; misc cleanup

---------

Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-05-09 09:59:42 -04:00
..
api Fixes #12412: Device/VM interface MAC addresses can be nullified via REST API 2023-05-01 13:06:10 -04:00
forms Closes #11670: Add ability to optionally import DeviceType and ModuleType weight (#12512) 2023-05-09 09:59:42 -04:00
graphql 11291 optimize GraphQL queries (#11943) 2023-03-23 08:42:18 -04:00
management Test cleanup 2022-05-13 15:34:01 -04:00
migrations Optimize migrations 2023-04-11 16:08:41 -04:00
models Closes #11670: Add ability to optionally import DeviceType and ModuleType weight (#12512) 2023-05-09 09:59:42 -04:00
svg Adds description to elevation device tooltip (#12488) 2023-05-05 09:09:21 -04:00
tables adds parent device and bay position to table #12223 2023-05-05 15:23:28 -04:00
tests Closes #11670: Add ability to optionally import DeviceType and ModuleType weight (#12512) 2023-05-09 09:59:42 -04:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
apps.py 8927 plugin search (#10489) 2022-10-10 14:00:59 -04:00
choices.py adds CXP (100GE) #12323 2023-05-09 08:28:58 -04:00
constants.py #9935 add new wireless choices for interfaces (#10116) 2022-08-24 16:36:38 -04:00
fields.py Closes #8550: Implement ASN ranges (#11835) 2023-02-27 16:36:05 -05:00
filtersets.py 11422 add power-panel-name to quick search of power feeds 2023-05-03 08:36:12 -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 #10520: Restore ability to edit platform NAPALM fields via UI 2023-04-21 11:21:42 -04:00
signals.py Fixes #10201: Fix AssertionError exception when removing some terminations from an existing cable 2023-01-11 14:42:25 -05: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 Fix the filtervar being set to site_id instead of site in SiteView related_models 2023-05-01 07:15:00 +02:00