2
0
Эх сурвалжийг харах

Changelog and migrations fix for #4615

Jeremy Stretch 5 жил өмнө
parent
commit
7a54bd9f2a

+ 1 - 0
docs/release-notes/version-2.9.md

@@ -10,6 +10,7 @@ NetBox v2.9 replaces Django's built-in permissions framework with one that suppo
 
 ### Enhancements
 
+* [#4615](https://github.com/netbox-community/netbox/issues/4615) - Add `label` field for all device components
 * [#4742](https://github.com/netbox-community/netbox/issues/4742) - Add tagging for cables, power panels, and rack reservations
 
 ### Configuration Changes

+ 1 - 1
netbox/dcim/migrations/0107_add_tags.py → netbox/dcim/migrations/0108_add_tags.py

@@ -8,7 +8,7 @@ class Migration(migrations.Migration):
 
     dependencies = [
         ('extras', '0042_customfield_manager'),
-        ('dcim', '0106_role_default_color'),
+        ('dcim', '0107_component_labels'),
     ]
 
     operations = [