netbox/netbox/ipam/migrations
Martin Hauser 945e7ade0a
Fixes #21407: Enable I (isort) and stabilize import ordering (#21458)
- Adopt Ruff `I` (isort) rules for consistent import sorting
- Add two `# isort: split` boundaries to keep required imports pinned
  in `__init__.py` modules
2026-02-18 10:41:51 -06:00
..
0001_squashed.py Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2026-02-18 10:41:51 -06:00
0002_squashed_0046.py Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2026-02-18 10:41:51 -06:00
0047_squashed_0053.py Closes #17166: Remove obsolete limit_choices_to argument from ForeignKey & M2M fields 2025-04-03 09:17:20 -04:00
0054_squashed_0067.py Closes #17166: Remove obsolete limit_choices_to argument from ForeignKey & M2M fields 2025-04-03 09:17:20 -04:00
0068_move_l2vpn.py Fixes: #18808 - Fix incorrect dependencies on squashed migrations (#18827) 2025-03-07 10:20:34 -08:00
0069_gfk_indexes.py Closes #18022: Extend linter (ruff) to enforce line length limit (120 chars) (#18067) 2024-11-21 15:58:11 -05:00
0070_vlangroup_vlan_id_ranges.py fix(ipam): Use bulk_update in VLANGroup VID range migration 2026-02-16 08:53:16 -05:00
0071_prefix_scope.py Closes #19627: Object change migrators (#19628) 2025-06-05 11:47:59 -04:00
0072_prefix_cached_relations.py Closes #19627: Object change migrators (#19628) 2025-06-05 11:47:59 -04:00
0073_charfield_null_choices.py Fixes #19440: Ensure data migrations use the correct database connection 2025-05-08 14:53:52 -04:00
0074_vlantranslationpolicy_vlantranslationrule.py Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2026-02-18 10:41:51 -06:00
0075_vlan_qinq.py Closes #18022: Extend linter (ruff) to enforce line length limit (120 chars) (#18067) 2024-11-21 15:58:11 -05:00
0076_natural_ordering.py Closes #18022: Extend linter (ruff) to enforce line length limit (120 chars) (#18067) 2024-11-21 15:58:11 -05:00
0077_vlangroup_tenant.py 18296 Add Tenancy to VLAN Groups (#18690) 2025-02-25 09:13:30 -05:00
0078_iprange_mark_utilized.py Closed #9763: Treat IP ranges as fully populated (#19064) 2025-04-09 07:30:11 -07:00
0079_add_service_fhrp_group_parent_gfk.py Closes #8423: Allow assigning Service to FHRP Group, in addition to Device and VirtualMachine (#19005) 2025-04-11 07:27:31 -07:00
0080_populate_service_parent.py Closes #19627: Object change migrators (#19628) 2025-06-05 11:47:59 -04:00
0081_remove_service_device_virtual_machine_add_parent_gfk_index.py Closes #19627: Object change migrators (#19628) 2025-06-05 11:47:59 -04:00
0082_add_prefix_network_containment_indexes.py Fixes #20023: Add GiST index on Prefix.prefix for net contains ops (#20059) 2025-08-08 14:14:55 -05:00
0083_vlangroup_populate_total_vlan_ids.py fix(ipam): Correct VLAN ID range calculation logic 2025-10-28 13:14:34 -04:00
0084_owner.py Merge branch 'main' into feature 2025-10-29 13:47:01 -04:00
0085_add_comments_to_organizationalmodel.py Add comments to OrganizationalModel 2025-12-08 09:46:38 -08:00
0086_gfk_indexes.py Closes #20954: Add indexes for GFKs (#21015) 2025-12-18 14:49:00 -08:00
__init__.py