Changes between Initial Version and Version 1 of Ticket #31949
- Timestamp:
- 08/26/20 13:56:02 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31949 – Description
initial v1 9 9 On both middlewares the self._async_check() is missing in init. 10 10 11 Also the most view decorators are broken on async views, because the dont use async/await.11 Also the most view decorators are broken on async views, because the dont provide async/await. 12 12 13 13 For example: