Import page raises exception when corresponding model has custom field with Type object or multiple objects #17421
Labels
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
NetBox Version
v4.1.0
Python Version
3.10
Steps to Reproduce
This happens at any model having at least one custom field with Type = "Object" or "Multiple objects". As soon as you open the model’s import page, we get the Exception
Field.__init__() got an unexpected keyword argument 'query_params'
.Example:
Expected Behavior
The import form is properly rendered = displayed.
Observed Behavior
Upon the last step, the mentioned exception is raised.
(Note: Removing the custom field also "removes" the exception.)
OS: Ubuntu 22.04 LTS
Django version: 5.0.9
At our NetBox v4.0.11 instance, Django 5.0.9 is used as well but no such error occurs.
The text was updated successfully, but these errors were encountered: