Changes between Initial Version and Version 1 of Ticket #33153
- Timestamp:
- Sep 28, 2021, 12:30:41 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33153 – Description
initial v1 33 33 }}} 34 34 35 Reproduction project to follow. 35 Reproduction project: https://github.com/adamchainz/django-ticket-33153 . Simply run `./manage.py test` to see the above exception. 36 37 Removing the FK from the model, the `"replica"` entry in `AuthorTests.databases`, or the mirror declaration in `settings.py:DATABASES` causes the test to pass.