File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.0.2] - 2026-03-06
9+
10+ ### Fixed
11+
12+ - ** TypeError on typed tab** — removed ` user= ` keyword argument from ` CustomObjectTable `
13+ instantiation. ` django_tables2.Table.__init__ ` does not accept this kwarg; it was
14+ redundant because ` table.configure(request) ` already applies per-user column preferences.
15+ Fixes crash on NetBox 4.5.4-Docker (` netbox_custom_objects ` 0.4.6).
16+
17+ ### Changed
18+
19+ - Plugin version is now defined only in ` pyproject.toml ` and read at runtime via
20+ ` importlib.metadata.version() ` , eliminating the duplicate version string in ` __init__.py ` .
21+
822## [ 2.0.1] - 2026-02-25
923
1024### Added
You can’t perform that action at this time.
0 commit comments