Changes between Initial Version and Version 1 of Ticket #33704
- Timestamp:
- May 13, 2022, 1:48:25 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33704 – Description
initial v1 1 1 Running 2 ``` 2 {{{ 3 3 ./runtests.py --settings=test_postgresql -v2 postgres_tests.test_search.TestRankingAndWeights.test_ranked_custom_weights --keepdb 4 ``` 4 }}} 5 5 6 6 with the following settings: 7 ``` 7 {{{ 8 8 DATABASES = { 9 9 "default": { … … 31 31 32 32 USE_TZ = False 33 ``` 33 }}} 34 34 35 35 results in: 36 ``` 36 {{{ 37 37 Testing against Django installed in '/home/florian/sources/django.git/django' with up to 16 processes 38 38 Importing application postgres_tests … … 52 52 System check identified no issues (0 silenced). 53 53 test_ranked_custom_weights (postgres_tests.test_search.TestRankingAndWeights) ... ok 54 ``` 54 }}} 55 55 56 56 We should investigate why we miss migrations here.