Changes between Initial Version and Version 1 of Ticket #35414
- Timestamp:
- Apr 29, 2024, 11:08:06 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35414 – Description
initial v1 1 2 == Description:3 1 Currently, there is an inconsistency between Django's asynchronous AsyncClient and its synchronous counterpart Client regarding the handling of default headers. While the synchronous Client correctly includes default headers, the asynchronous AsyncClient ignores them. This behavior leads to discrepancies when utilizing fixtures with default headers, causing tests to fail unexpectedly. 4 2