DoesNotExist exception raised when deleting a device #3926

Closed
opened 2025-12-29 18:32:07 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Jul 30, 2020).

Originally assigned to: @jeremystretch on GitHub.

Environment

  • Python version: 3.6.9
  • NetBox version: 2.9-beta1

Steps to Reproduce

  1. Create a device with one or components of any type
  2. Delete the device

Expected Behavior

Device deletion should be successful.

Observed Behavior

A TypeError exception is raised due to a regression in ComponentModel.to_objectchange().

Originally created by @jeremystretch on GitHub (Jul 30, 2020). Originally assigned to: @jeremystretch on GitHub. ### Environment * Python version: 3.6.9 * NetBox version: 2.9-beta1 ### Steps to Reproduce 1. Create a device with one or components of any type 2. Delete the device <!-- What did you expect to happen? --> ### Expected Behavior Device deletion should be successful. <!-- What happened instead? --> ### Observed Behavior A `TypeError` exception is raised due to a regression in `ComponentModel.to_objectchange()`.
adam added the type: bugstatus: acceptedbeta labels 2025-12-29 18:32:07 +01:00
adam closed this issue 2025-12-29 18:32:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3926