v3.4.8
-
Fixes #106 by adding a
units
DetailEndpoint onto the Racks object that lets users get the devices in a rack. Callingnetbox.dcim.racks.get(x).units.list()
will return a list ofRU
objects that have adevice
attribute populated with a Record object of the device in that RU. -
Fixes #110 in serializer that failed to handle tagged_vlans field correctly. This also added the ability for objects stored in lists to be turned into Record objects requested in #92