mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #5050: Fix potential failure on 0016_replicate_interfaces schema migration from old release
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
|
* [#5050](https://github.com/netbox-community/netbox/issues/5050) - Fix potential failure on `0016_replicate_interfaces` schema migration from old release
|
||||||
* [#5111](https://github.com/netbox-community/netbox/issues/5111) - Allow use of tuples when specifying ObjectVar `query_params`
|
* [#5111](https://github.com/netbox-community/netbox/issues/5111) - Allow use of tuples when specifying ObjectVar `query_params`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@@ -83,6 +83,7 @@ def replicate_interfaces(apps, schema_editor):
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
('dcim', '0082_3569_interface_fields'),
|
||||||
('ipam', '0037_ipaddress_assignment'),
|
('ipam', '0037_ipaddress_assignment'),
|
||||||
('virtualization', '0015_vminterface'),
|
('virtualization', '0015_vminterface'),
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user