Changes between Initial Version and Version 1 of Ticket #30636
- Timestamp:
- Jul 13, 2019, 12:46:52 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30636 – Description
initial v1 8 8 How to reproduce? 9 9 1/ Configure your database like this: 10 11 {{{ 10 12 DATABASES = { 11 13 'default': { … … 16 18 } 17 19 } 20 }}} 21 18 22 19 23 2/ run tests with "manage.py test --parallel 2 appname"