-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Update FAQ #2471
Update FAQ #2471
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2471 +/- ##
=======================================
Coverage 97.14% 97.14%
=======================================
Files 39 39
Lines 8127 8127
Branches 1419 1419
=======================================
Hits 7895 7895
Misses 101 101
Partials 131 131 Continue to review full report at Codecov.
|
Please add since which version it works. |
@socketpair done |
Is it possible to use this decorator on top of View (http://aiohttp.readthedocs.io/en/stable/web_reference.html#view) ? I think, it should be mentioned in both, FAQ and main doc (http://aiohttp.readthedocs.io/en/stable/web_reference.html#routetabledef). (I'm going to use it, I still did not test) |
Views are not supported (yet), PR is welcome! |
So, it will be nice to mention, that Views are not supported yet. |
I hope somebody will find a time for #2472 before 3.0 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
Reflect the fact that aiohttp supports route decorators now.