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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
Fixed
TypeError crash on typed tab — removed user= keyword argument from CustomObjectTable instantiation. django_tables2.Table.__init__ does not accept this kwarg, causing a crash on NetBox 4.5.4-Docker with netbox_custom_objects 0.4.6. The argument was redundant — table.configure(request) already applies per-user preferences.
Changed
Single-source version — version is now defined only in pyproject.toml and read at runtime via importlib.metadata.version(), eliminating the duplicate string in __init__.py.