-
Notifications
You must be signed in to change notification settings - Fork 31
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
Error with class based views #207
Comments
Sorry for the late reply. |
Honestly, I'm studying the async/await syntax for the example aiohttp and my experience with asynchronous python programming is extremely small. Nevertheless, I will try to help something. At this point, I just changed the code in aiohttp.web_urldispatcher.py:
As you can see I added __iter__() and its work. Perhaps we should place the call code I'm not sure that this is the right solution to the problem. |
@jettify have you time to take a look? |
In 2 weeks, right now I am traveling
|
same question, fix please |
same issue |
Do somebody want to make a pull request with the fix? |
|
Fixed by 0.6.0 release |
Hi
I try use debugtoolbar like this:
I get an error in debugtoolbar-page:
If I use function view style - everything works correctly.
The text was updated successfully, but these errors were encountered: