Changes between Initial Version and Version 3 of Ticket #29229
- Timestamp:
- Mar 19, 2018, 10:59:54 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29229
- Property Easy pickings unset
- Property Has patch set
- Property Triage Stage Unreviewed → Ready for checkin
- Property Version master → 1.11
-
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: