Skip to content

v2.0.2

Choose a tag to compare

@Kani999 Kani999 released this 06 Mar 12:24
· 7 commits to master since this release
421df7a

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.

Compatibility

  • NetBox: 4.5.0 – 4.5.99
  • netbox_custom_objects: 0.4.6+
  • Python: 3.12 / 3.13 / 3.14