mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Changelog and migrations fix for #4615
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -8,7 +8,7 @@ class Migration(migrations.Migration): | ||||
| 
 | ||||
|     dependencies = [ | ||||
|         ('extras', '0042_customfield_manager'), | ||||
|         ('dcim', '0106_role_default_color'), | ||||
|         ('dcim', '0107_component_labels'), | ||||
|     ] | ||||
| 
 | ||||
|     operations = [ | ||||
		Reference in New Issue
	
	Block a user