-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
On CLI invocation: TypeError: 'module' object is not iterable #157
Comments
hi @souldeux, looks like a generic issue not bound to looks like the source of the problem is using namespace versioning in combination with module strings in includes ( that should be fixed now. can you confirm that this works? |
Thanks for giving this such quick attention! I can confirm that this now works. |
Hi , when we are planning for release. for this fix. |
hey, we have a few fixes on master so i think its fair to do a release. will do it later today |
@Javedgouri @souldeux |
@tfranzel thank you for such a quick response. |
Describe the bug
When invoking
./manage.py spectacular --file schema.yml
I encounter the following error:To Reproduce
Attempting to generate a schema via the CLI or by accessing the web interface reliably reproduces this bug for me.
Things maybe worth noting:
drf-nested-routers
packageExpected behavior
Successful schema generation
The text was updated successfully, but these errors were encountered: