-
Notifications
You must be signed in to change notification settings - Fork 769
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
2.5.0 to 2.6.0 error: TypeError: issubclass() arg 1 must be a class #792
Comments
This should caused by #732 . |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Wasn't aware this was a feature at one point. Reopening for now, we should open an issue to make this an official feature/enhancement with unit testing. |
I also didn't realise that that was a feature! I've created PR to fix it: #885 Sorry for the inconvenience @kayluhb and thanks @NateScarlet for figuring out the case, it made fixing it very easy. |
Hello,
Thanks for all the work on the new release.
I am however getting this error when upgrading to 2.6.0 from 2.5.0 and I just wanted to make sure I understand the change.
Does this mean I can no longer pass strings into
DjangoListField
?e.g.
benefits = fields.DjangoListField("ems.schema.nodes.BenefitNode")
The text was updated successfully, but these errors were encountered: