Region has no field named 'nmame' #1047

Closed
opened 2025-12-29 16:28:16 +01:00 by adam · 2 comments
Owner

Originally created by @beufanet on GitHub (Jun 19, 2017).

Issue type: FieldDoesNotExist after upgrading to v2.0

Python version: Python 2.7.9
NetBox version: Netbox 2.0.7

After upgrading from netbox 1.9.5 to 2.0.7, I tried to start using Regions features. And had the following error :

<class 'django.core.exceptions.FieldDoesNotExist'>

Region has no field named 'nmame'

Originally created by @beufanet on GitHub (Jun 19, 2017). ### Issue type: FieldDoesNotExist after upgrading to v2.0 **Python version:** Python 2.7.9 **NetBox version:** Netbox 2.0.7 After upgrading from netbox 1.9.5 to 2.0.7, I tried to start using Regions features. And had the following error : <class 'django.core.exceptions.FieldDoesNotExist'> Region has no field named 'nmame'
adam closed this issue 2025-12-29 16:28:16 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jun 19, 2017):

Per the contributing guidelines, please provide the exact steps needed to recreate this behavior. Also, have you modified the code at all? The string "nmame" does not appear to be present anywhere in the code.

@jeremystretch commented on GitHub (Jun 19, 2017): Per the [contributing guidelines](https://github.com/digitalocean/netbox/blob/develop/CONTRIBUTING.md), please provide the exact steps needed to recreate this behavior. Also, have you modified the code at all? The string "nmame" does not appear to be present anywhere in the code.
Author
Owner

@beufanet commented on GitHub (Jun 19, 2017):

You're right :( A bad substitution with vim on code. I will propose my change through push request.

Closed, sorry for the noise and one more time : thanks for the work !

@beufanet commented on GitHub (Jun 19, 2017): You're right :( A bad substitution with vim on code. I will propose my change through push request. Closed, sorry for the noise and one more time : thanks for the work !
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1047