Changes between Initial Version and Version 1 of Ticket #32831
- Timestamp:
- Jun 9, 2021, 1:38:04 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32831 – Description
initial v1 11 11 }}} 12 12 13 The line that fails is here: https://github.com/django/django/blob/ed3af3ff4b3cfb72de598f1b39a1028ba3826efb/tests/cache/tests.py#L481 14 13 15 Both test classes inherit from `BaseCacheTests`.