Skip to content

Closes #109: Add support for NetBox 4.5#110

Merged
miaow2 merged 1 commit into
mainfrom
109-netbox-45
Feb 7, 2026
Merged

Closes #109: Add support for NetBox 4.5#110
miaow2 merged 1 commit into
mainfrom
109-netbox-45

Conversation

@miaow2
Copy link
Copy Markdown
Owner

@miaow2 miaow2 commented Feb 7, 2026

Closes #109 and #108

@miaow2 miaow2 merged commit 16738e7 into main Feb 7, 2026
6 checks passed
@miaow2 miaow2 deleted the 109-netbox-45 branch February 7, 2026 16:14
@mrlnbllmnn
Copy link
Copy Markdown

2.13 is still missing migrations for the new owner model.
To get the plugin to work on 4.5.x I had to enable developer mode and run makemigrations.

@chris240189
Copy link
Copy Markdown

I can confirm that there are still migrations missing. I have troubles getting developer mode activated. @mrlnbllmnn could you please explain in more detail what you did to get things working again?

@miaow2 if you could get it fixed in the next version, that would be great.

@mrlnbllmnn
Copy link
Copy Markdown

Hi @chris240189
To activate developer mode, i had to append DEVELOPER=true to env/netbox.env (netbox-docker).
To make the migrations i had to enter the netbox container as root, then entering python3 manage.py makemigrations and python3 manage.py migrate.

@miaow2
Copy link
Copy Markdown
Owner Author

miaow2 commented Feb 11, 2026

Hi @mrlnbllmnn @chris240189, thanks for pointing out the migrations. I will try to fix this in several days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compatibility with Netbox 4.5.x

3 participants