#31949: Allow builtin view decorators to be applied directly to async views.
--------------------------------+-------------------------------------
Reporter: Michael Galler | Owner: Ben Lomax
Type: New feature | Status: assigned
Component: Core (Other) | Version: 3.1
Severity: Normal | Resolution:
Keywords: async | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------+-------------------------------------
Comment (by Roy Smith):
I'm afraid I'm not going to be as useful here as I had hoped. I got as
far as verifying that the docs all build, and that everything passes
flake8. Unfortunately, I don't have a proper django development
environment set up, and was unable to run the tests. When I get up to:
{{{
pip install -r requirements/py3.txt
}}}
it eventually fails with:
{{{
In file included from src/_pylibmcmodule.c:34:
src/_pylibmcmodule.h:42:10: fatal error: 'libmemcached/memcached.h'
file not found
}}}
Unfortunately, it's going to be impractical for me to give you guys a
proper review.
--
Ticket URL: <https://code.djangoproject.com/ticket/31949#comment:14>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/065.2479223354cdcbaf35eabbef1d467cfc%40djangoproject.com.