1 | dimas@inchidi ~/Git/django ➦ 8f8a4d10d3 <B> git bisect run tests/runtests.py queries.test_regression
|
---|
2 | running tests/runtests.py queries.test_regression
|
---|
3 | Testing against Django installed in '/home/dimas/Git/django/django' with up to 4 processes
|
---|
4 | Creating test database for alias 'default'...
|
---|
5 | Creating test database for alias 'other'...
|
---|
6 | System check identified no issues (1 silenced).
|
---|
7 | .
|
---|
8 | ----------------------------------------------------------------------
|
---|
9 | Ran 1 test in 0.003s
|
---|
10 |
|
---|
11 | OK
|
---|
12 | Destroying test database for alias 'default'...
|
---|
13 | Destroying test database for alias 'other'...
|
---|
14 | 2d3cc94284674638c334670903d49565039d77ae is the first bad commit
|
---|
15 | commit 2d3cc94284674638c334670903d49565039d77ae
|
---|
16 | Author: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
---|
17 | Date: Sun Nov 12 14:28:11 2017 +0100
|
---|
18 |
|
---|
19 | Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), difference(), and intersection().
|
---|
20 |
|
---|
21 | Thanks Tim Graham for the review.
|
---|
22 |
|
---|
23 | :040000 040000 0c16da2656b0885bea8e9a09252e91e629924706 ed95db6eff562f45e94ca4bfc5797a8e629c07f4 M django
|
---|
24 | :040000 040000 cf493ef5ab46471bf8ad5f3c9739f105fc8d5429 af1fd2b42127d1096887a7c78c0034edc338f696 M docs
|
---|
25 | :040000 040000 52c08f80f4766cc49f4d7724ab1d02e720e17317 2637a36f4ee02931ceeba8cf70d3d7186014b123 M tests
|
---|
26 | bisect run success
|
---|
27 |
|
---|