Changes between Initial Version and Version 1 of Ticket #33153, comment 2
- Timestamp:
- Sep 28, 2021, 12:45:33 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33153, comment 2
initial v1 2 2 3 3 It looked like a Django 4.0 specific issue to me because it only started occurring for me when adding Django 4.0 support to django-perf-rec ([https://github.com/adamchainz/django-perf-rec/pull/406 PR]). I will try work out why it hasn't failed on 2.2 onwards.... 4 5 Edit: the reason was obvious - I added the mirror DB to the failing test's `TestCase.databases` on the 4.0 branch.