Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for async capability in middleware
A new test has been added to verify the async capability of the EasyAuditMiddleware. This ensures that the Django logger does not emit a debug message for asynchronous handler adaptation for the middleware. This is aligned with the Django documentation recommendations on async views.
- Loading branch information