We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
IPAddressForm
The text was updated successfully, but these errors were encountered:
Fixes #1028: Corrected API endpoint URL name in IPAddressForm
2bb6387
Confirmed fix in the v2-develop build
Sorry, something went wrong.
Fixes netbox-community#1028: Corrected API endpoint URL name in IPAdd…
f0537a9
…ressForm
No branches or pull requests
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:
This is due to an invalid URL name given in
IPAddressForm
.The text was updated successfully, but these errors were encountered: