Changes between Initial Version and Version 1 of Ticket #32417, comment 6
- Timestamp:
- Feb 6, 2021, 7:20:23 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32417, comment 6
initial v1 4 4 https://github.com/django/django/blob/63d239db037f02d98b7771c90422840bbb4a319a/django/test/testcases.py#L1543-L1547 5 5 6 {{{ 6 {{{#!python 7 7 class LiveServerTestCase(TransactionTestCase): 8 8