Changes between Initial Version and Version 1 of Ticket #34342, comment 1


Ignore:
Timestamp:
Feb 15, 2023, 5:59:26 PM (19 months ago)
Author:
Alexandre Spaeth

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34342, comment 1

    initial v1  
    11I pushed my observations I tiny bit further and I think something as simple as this is a proper fix for the issue:
    2 https://github.com/Alexerson/django/commit/0f5439d158278393584904f4a88846dae27dad92
     2https://github.com/django/django/pull/16559
    33
    44Also, I confirm the issue for assertContains, but it could be harder to fix, because we will need an async version of assertContains just for this, and this is probably overkill. In a case like that, some documentations might be enough to solve the issue.
Back to Top