Convention on DNS Name Field #2682

Closed
opened 2025-12-29 18:21:05 +01:00 by adam · 2 comments
Owner

Originally created by @hSaria on GitHub (Jun 21, 2019).

Environment

  • Python version: Example: 3.6.8
  • NetBox version: Example: 2.6.0

This issue is just to point out the difference in case you missed; if this is intentional, just close the issue :)

Steps to Reproduce

  1. Edit an IP address (e.g. netbox.example.com/ipam/ip-addresses/1/edit)

Expected Behavior

It follows the current field naming convention and says (notice name is lower case):

DNS name

The help text reads:

Hostname or FQDN (case-insensitive)

Observed Behavior

Field name is:

DNS Name

Help text is:

Hostname or FQDN (not case-sensitive)
Originally created by @hSaria on GitHub (Jun 21, 2019). ### Environment * Python version: Example: 3.6.8 * NetBox version: Example: 2.6.0 This issue is just to point out the difference in case you missed; if this is intentional, just close the issue :) ### Steps to Reproduce 1. Edit an IP address (e.g. `netbox.example.com/ipam/ip-addresses/1/edit`) ### Expected Behavior It follows the current field naming convention and says (notice `name` is lower case): ``` DNS name ``` The help text reads: ``` Hostname or FQDN (case-insensitive) ``` ### Observed Behavior Field name is: ``` DNS Name ``` Help text is: ``` Hostname or FQDN (not case-sensitive) ```
adam closed this issue 2025-12-29 18:21:05 +01:00
Author
Owner

@hSaria commented on GitHub (Jun 21, 2019):

Any required changes should be at line 581 in ./netbox/ipam/models.py.

@hSaria commented on GitHub (Jun 21, 2019): Any required changes should be at line 581 in `./netbox/ipam/models.py`.
Author
Owner

@jeremystretch commented on GitHub (Jun 21, 2019):

This is fine as-is.

@jeremystretch commented on GitHub (Jun 21, 2019): This is fine as-is.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2682