Provider view yields an error if one or more circuits is assigned to a tenant #746

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

Originally created by @jeremystretch on GitHub (Mar 3, 2017).

The error yielded is:

<class 'django.urls.exceptions.NoReverseMatch'>

u'tenants' is not a registered namespace

This is due to calling an invalid namespace "tenants" instead of "tenancy" in reverse().

Originally created by @jeremystretch on GitHub (Mar 3, 2017). The error yielded is: ``` <class 'django.urls.exceptions.NoReverseMatch'> u'tenants' is not a registered namespace ``` This is due to calling an invalid namespace "tenants" instead of "tenancy" in `reverse()`.
adam added the type: bug label 2025-12-29 16:25:22 +01:00
adam closed this issue 2025-12-29 16:25:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#746