Skip to content
New issue

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

AttributeError exception when viewing child IP addresses #7446

Closed
jeremystretch opened this issue Oct 5, 2021 · 0 comments
Closed

AttributeError exception when viewing child IP addresses #7446

jeremystretch opened this issue Oct 5, 2021 · 0 comments
Assignees
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@jeremystretch
Copy link
Member

jeremystretch commented Oct 5, 2021

NetBox version

v3.0.5

Python version

3.7

Steps to Reproduce

  1. Create prefix 192.0.2.0/24
  2. Create IP addresses 192.0.2.[1-100]/24 using bulk create
  3. View the prefix and select the "IP addresses" tab

Expected Behavior

The table of child IP addresses should be rendered.

Observed Behavior

An AttributeError exception is raised:

AttributeError at /ipam/prefixes/78/ip-addresses/
'tuple' object has no attribute 'pk'
@jeremystretch jeremystretch added type: bug A confirmed report of unexpected behavior in the application status: accepted This issue has been accepted for implementation labels Oct 5, 2021
@jeremystretch jeremystretch self-assigned this Oct 5, 2021
@jeremystretch jeremystretch changed the title TypeError exception when viewing child IP addresses AttributeError exception when viewing child IP addresses Oct 5, 2021
@jeremystretch jeremystretch pinned this issue Oct 5, 2021
@jeremystretch jeremystretch unpinned this issue Oct 6, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

No branches or pull requests

1 participant