Changes between Initial Version and Version 3 of Ticket #29229
- Timestamp:
- 03/19/18 15:59:54 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29229
-
Property
Version
changed from
master
to1.11
- Property Easy pickings unset
- Property Has patch set
-
Property
Triage Stage
changed from
Unreviewed
toReady for checkin
-
Property
Version
changed from
-
Ticket #29229 – Description
initial v3 1 Regression introduced in 2.0, still present in 2.0.3 .1 Regression introduced in 2.0, still present in 2.0.3 [Edit: and backported in 1.11.8]. 2 2 3 3 Easy context to reproduce the problem: suppose a Message model, in a postman app. Only one ordinary field is enough for the demo. … … 20 20 }}} 21 21 22 Compared to version 1.11 , it comes from this addition in db/models/sql/compiler.py/get_combinator_sql():22 Compared to version 1.11 [Edit: I run 1.11.7 precisely], it comes from this addition in db/models/sql/compiler.py/get_combinator_sql(): 23 23 {{{#!python 24 24 if not compiler.query.values_select and self.query.values_select: