Invalid URL reference when creating/editing an IP address #824

Closed
opened 2025-12-29 16:26:07 +01:00 by adam · 1 comment
Owner

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

Issue type: Bug report

Python version: 2.7.6
NetBox version: v2-beta

Navigating to the IP address create/edit view yields a server error:

Reverse for 'ipaddress_list' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: []

This is due to an invalid URL name given in IPAddressForm.

Originally created by @jeremystretch on GitHub (Apr 3, 2017). ### Issue type: Bug report **Python version:** 2.7.6 **NetBox version:** v2-beta Navigating to the IP address create/edit view yields a server error: ``` Reverse for 'ipaddress_list' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: [] ``` This is due to an invalid URL name given in `IPAddressForm`.
adam added the type: bug label 2025-12-29 16:26:07 +01:00
adam closed this issue 2025-12-29 16:26:07 +01:00
Author
Owner

@tmack8080 commented on GitHub (Apr 4, 2017):

Confirmed fix in the v2-develop build

@tmack8080 commented on GitHub (Apr 4, 2017): Confirmed fix in the v2-develop build
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#824