Changes between Initial Version and Version 1 of Ticket #33704


Ignore:
Timestamp:
May 13, 2022, 1:48:25 AM (2 years ago)
Author:
Florian Apolloner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33704 – Description

    initial v1  
    11Running
    2 ```
     2{{{
    33./runtests.py --settings=test_postgresql -v2 postgres_tests.test_search.TestRankingAndWeights.test_ranked_custom_weights  --keepdb
    4 ```
     4}}}
    55
    66with the following settings:
    7 ```
     7{{{
    88DATABASES = {
    99    "default": {
     
    3131
    3232USE_TZ = False
    33 ```
     33}}}
    3434
    3535results in:
    36 ```
     36{{{
    3737Testing against Django installed in '/home/florian/sources/django.git/django' with up to 16 processes
    3838Importing application postgres_tests
     
    5252System check identified no issues (0 silenced).
    5353test_ranked_custom_weights (postgres_tests.test_search.TestRankingAndWeights) ... ok
    54 ```
     54}}}
    5555
    5656We should investigate why we miss migrations here.
Back to Top