Changes between Initial Version and Version 1 of Ticket #34342, comment 1
- Timestamp:
- Feb 15, 2023, 5:59:26 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34342, comment 1
initial v1 1 1 I 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/0f5439d158278393584904f4a88846dae27dad922 https://github.com/django/django/pull/16559 3 3 4 4 Also, 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.