Replies: 2 comments 1 reply
-
Apart from case-sensitivity that logic hasn't changed between 3.3 and 3.4, so if it's accepted now it should still be accepted. (However it's not enforced by database constraints, it's enforced by Django models, so it's possible that data can get past it). The logic is described here:
Do your devices currently have different tenants? |
Beta Was this translation helpful? Give feedback.
-
Thank you for the answer. Some have different tenants, but some have no tenant at all.
So it should work if : Different tenant or no tenant at all. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm looking to move from 3.3.5 to 3.4.x and I'm looking to Release note.
I noticed this breaking change:
I run the reports I found in another discussion : https://github.com/netbox-community/reports/blob/master/reports/dcim-reports/case_insensitive_check.py
That's helped me a lot!
But I have some devices with the same name (same Case), withing the same site.
But they are located in different Location and rack.
Does this is a blocking situation? (I expect it is).
Best regards
Beta Was this translation helpful? Give feedback.
All reactions