You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bug is reproducible against the latest release or master.
There are no similar issues or pull requests to fix it yet.
Describe the bug
I have an object that I am trying to edit from the admin panel. The model field is a list of enum values for which I want to add one of the values to the list. The annoying thing is that for some objects with the same model I can alter it fine. However, for some objects the admin page shows the message:
I know this is not much to go on but does anyone have any idea what it might be and how I can further my investigation? Please let me know if you need more info
Steps to reproduce the bug
No response
Expected behavior
No response
Actual behavior
No response
Debugging material
No response
Environment
The code is deployed with FastAPI using Dockerfile to a kubernetes cluster
The error “Too many fields. Maximum number of fields is 1000.” occurs because the admin panel automatically generates a form for editing database models. If your model has a large number of fields or relationships, this can exceed the default field limit set by the server or framework.
Checklist
master
.Describe the bug
I have an object that I am trying to edit from the admin panel. The model field is a list of enum values for which I want to add one of the values to the list. The annoying thing is that for some objects with the same model I can alter it fine. However, for some objects the admin page shows the message:
I know this is not much to go on but does anyone have any idea what it might be and how I can further my investigation? Please let me know if you need more info
Steps to reproduce the bug
No response
Expected behavior
No response
Actual behavior
No response
Debugging material
No response
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: