Skip to content

Commit

Permalink
Reduce dependencies to ipam version in migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Alef-Burzmali committed Nov 1, 2024
1 parent 90024ca commit e34153d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Migration(migrations.Migration):
dependencies = [
("contenttypes", "0002_remove_content_type_name"),
("extras", "0077_customlink_extend_text_and_url"),
("ipam", "0070_vlangroup_vlan_id_ranges"),
("ipam", "0047_squashed_0053"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def revert_targets(apps, schema_editor):
class Migration(migrations.Migration):

dependencies = [
("ipam", "0070_vlangroup_vlan_id_ranges"),
("ipam", "0047_squashed_0053"),
("netbox_data_flows", "0011_objectalias_comments"),
]

Expand Down

0 comments on commit e34153d

Please sign in to comment.