You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add NetBox 4.6.x support (widen compat range to 4.5.0 - 4.6.99)
Bump max_version from 4.5.99 to 4.6.99 and release as 2.2.0. Source-level
audit against the v4.6.0 upstream tag confirms every NetBox API this plugin
imports is unchanged: ViewTab, register_model_view, htmx_partial,
EnhancedPaginator, get_paginate_count, BaseTable, NetBoxModelFilterSetForm,
SavedFiltersMixin, TagFilterField, CustomFieldTypeChoices,
CustomFieldUIVisibleChoices, and the registry['views'] shape. The 4.6
deprecations of registry['models'] and legacy actions={} view dicts do not
affect this plugin (we touch neither).
Upstream netbox_custom_objects >= 0.5.0 is recommended on NetBox 4.6 (its
max_version covers 4.6.99). The customobject.html template override
remains required - v0.5.0 still hardcodes its tabs block without
{% model_view_tabs object %}.
Verified locally on NetBox 4.5.10: ruff check + format clean, all 53 tests
in tests/ pass. End-to-end verification on a 4.6.0 install pending (no
local 4.6 environment available).
0 commit comments