We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I hope I'm not reacting a duplicate issue, but couldn't find it in the first sweep.
Pycharm is not detecting any classes thus it cannot help suggesting attributes etc. Plus I get loads of warnings which I try to avoid.
Any ideas on the topic?
Thanks! Ronny
The text was updated successfully, but these errors were encountered:
Hi,
I encounted the same problem. For me I found out you nowmore seems to have to import from nested_admin.nested
from nested_admin.nested import NestedGenericTabularInline
Sorry, something went wrong.
Yes, this works. Still, could be easier to do or should be at least documented.
I went with this approach:
from nested_admin import nested class MyNestedInline(nested.NestedGenericTabularInline): pass
No branches or pull requests
I hope I'm not reacting a duplicate issue, but couldn't find it in the first sweep.
Pycharm is not detecting any classes thus it cannot help suggesting attributes etc. Plus I get loads of warnings which I try to avoid.
Any ideas on the topic?
Thanks!
Ronny
The text was updated successfully, but these errors were encountered: