Increase the maximum tenant and tenant group name length. #3509

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

Originally created by @ebusto on GitHub (Mar 26, 2020).

Environment

  • Python version: 3.6.9
  • NetBox version: 2.7.10

Proposed Functionality

Increase max_length for tenant and tenant group names to 128.

Use Case

Large organizations often have descriptive team names which exceed the current length limit. I'm frequently bumping up against the current limit, and there is a thread on the netbox-discuss mailing list indicating I'm not alone.

Database Changes

Two changes in tenancy/models.py, along with corresponding migrations. Trivial.

External Dependencies

None.

Originally created by @ebusto on GitHub (Mar 26, 2020). ### Environment * Python version: 3.6.9 * NetBox version: 2.7.10 ### Proposed Functionality Increase max_length for tenant and tenant group names to 128. ### Use Case Large organizations often have descriptive team names which exceed the current length limit. I'm frequently bumping up against the current limit, and there is a [thread](https://groups.google.com/forum/#!topic/netbox-discuss/tFW5NRM67uY) on the netbox-discuss mailing list indicating I'm not alone. ### Database Changes Two changes in tenancy/models.py, along with corresponding migrations. Trivial. ### External Dependencies None.
adam closed this issue 2025-12-29 18:29:34 +01:00
Author
Owner

@jeremystretch commented on GitHub (Mar 27, 2020):

Covered by #4416

@jeremystretch commented on GitHub (Mar 27, 2020): Covered by #4416
Author
Owner

@dmn1n commented on GitHub (Sep 22, 2020):

Can we manually modify the character length ? any documentation on this will be helpful.

@dmn1n commented on GitHub (Sep 22, 2020): Can we manually modify the character length ? any documentation on this will be helpful.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3509