FieldError at /api/secrets/secrets/ #201

Closed
opened 2025-12-29 16:19:17 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Jul 12, 2016).

Attempting to retrieve secrets via the API yields an error:

FieldError at /api/secrets/secrets/

Invalid field name(s) given in select_related: 'primary_ip'. Choices are: device_type, device_role, platform, rack, primary_ip4, primary_ip6, parent_bay

This is due to changing the primary_ip field in #93.

Originally created by @jeremystretch on GitHub (Jul 12, 2016). Attempting to retrieve secrets via the API yields an error: ``` FieldError at /api/secrets/secrets/ Invalid field name(s) given in select_related: 'primary_ip'. Choices are: device_type, device_role, platform, rack, primary_ip4, primary_ip6, parent_bay ``` This is due to changing the `primary_ip` field in #93.
adam added the type: bug label 2025-12-29 16:19:17 +01:00
adam closed this issue 2025-12-29 16:19:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#201