Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

django_tables2 data type mismatch #126

Closed
mattg66 opened this issue Feb 10, 2025 · 0 comments · Fixed by #127
Closed

django_tables2 data type mismatch #126

mattg66 opened this issue Feb 10, 2025 · 0 comments · Fixed by #127

Comments

@mattg66
Copy link

mattg66 commented Feb 10, 2025

Plugin version

v2.1.7

NetBox version

v4.2.3

Python version

3.8

Steps to Reproduce

Add a backup to a device

Expected Behavior

Backup works

Observed Behavior

Log message:
/opt/netbox/venv/lib/python3.12/site-packages/django_tables2/data.py:163: UserWarning: Table data is of type <class 'netbox_config_backup.models.jobs.BackupJob'> but <class 'netbox_config_backup.models.backups.Backup'> is specified in Table.Meta.model

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 a pull request may close this issue.

1 participant