Drop down showing syntax instead of Label #829

Closed
opened 2025-12-29 16:26:09 +01:00 by adam · 4 comments
Owner

Originally created by @snazy2000 on GitHub (Apr 5, 2017).

Issue type:

Python version: 2.7.12
NetBox version: 1.9.5-dev

When adding new device I am seeing this, also see this when connecting interfaces

image

Originally created by @snazy2000 on GitHub (Apr 5, 2017). ### Issue type: <!-- If filing a bug, please indicate the version of Python and NetBox you are running. (This is not necessary for feature requests.) --> **Python version:** 2.7.12 **NetBox version:** 1.9.5-dev When adding new device I am seeing this, also see this when connecting interfaces ![image](https://cloud.githubusercontent.com/assets/1378836/24710899/68848362-1a16-11e7-82e2-aed81f366c96.png)
adam added the type: bug label 2025-12-29 16:26:09 +01:00
adam closed this issue 2025-12-29 16:26:09 +01:00
Author
Owner

@lampwins commented on GitHub (Apr 5, 2017):

Confirmed also present when connecting interfaces on regular v1.9.4 (have not tried r1 yet).

@lampwins commented on GitHub (Apr 5, 2017): Confirmed also present when connecting interfaces on regular v1.9.4 (have not tried r1 yet).
Author
Owner

@jeremystretch commented on GitHub (Apr 5, 2017):

Django 1.11 changed the way certain form widgets are rendered. Downgrade to Django 1.10 for now; v2.0 will support only Django 1.11 and up.

@jeremystretch commented on GitHub (Apr 5, 2017): Django 1.11 changed the way certain form widgets are rendered. Downgrade to Django 1.10 for now; v2.0 will support only Django 1.11 and up.
Author
Owner

@jeremystretch commented on GitHub (Apr 5, 2017):

78b0072051 will prevent Django 1.11 from being installed beginning with v1.9.5.

@jeremystretch commented on GitHub (Apr 5, 2017): 78b00720513ebd8c7f4236097c336777c8eeaeb4 will prevent Django 1.11 from being installed beginning with v1.9.5.
Author
Owner

@snazy2000 commented on GitHub (Apr 5, 2017):

That fixed it, thanks would it be worth changing the requirements.txt?? --- Ignore that just seen you previous comment :)

@snazy2000 commented on GitHub (Apr 5, 2017): That fixed it, thanks would it be worth changing the requirements.txt?? --- Ignore that just seen you previous comment :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#829