Replies: 1 comment
-
I encountered this issue today too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
Room
model and many other models which have foreign key toRoom
:In admin, I define a mixin:
to use in other AdminModel:
However,
MyPy
throws:How to solve this?
Beta Was this translation helpful? Give feedback.
All reactions