v3.4.8
-
Fixes #106 by adding a
unitsDetailEndpoint onto the Racks object that lets users get the devices in a rack. Callingnetbox.dcim.racks.get(x).units.list()will return a list ofRUobjects that have adeviceattribute 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