Changes between Initial Version and Version 1 of Ticket #35309, comment 11
- Timestamp:
- Mar 16, 2024, 1:47:16 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35309, comment 11
initial v1 21 21 I applied them in my two tests. 22 22 I think this is better practice to have two separate tests where the intent of each test is clear. 23 And I haven't added the asserts in other tests .23 And I haven't added the asserts in other tests to avoid confusion on the goal of each test. 24 24 However, I understand that you may want to avoid cluttering the tests and the models in `tests/prefetch_related/models.py`. 25 25 I have see that I can replace the class `A35309` with the class `Book` and the class `B35309` with the class `Author` in my first test.