comparison CHANGES.txt @ 5094:92d33d3125a0

Validate properties specified for sorting and grouping in index views. Original patch from martin.v.loewis via: https://hg.python.org/tracker/roundup/rev/439bd3060df2 Applied by John Rouillard with some modification to properly identify if the bad property is a sort or grouping property. Tests added. Ideally we would never get bad sort/group properties but...
author John Rouillard <rouilj@ieee.org>
date Tue, 21 Jun 2016 21:45:24 -0400
parents 9954a358da18
children e74c3611b138
comparison
equal deleted inserted replaced
5093:9954a358da18 5094:92d33d3125a0
130 Patch provided by John Kristensen. (Applied, light testing by John 130 Patch provided by John Kristensen. (Applied, light testing by John
131 Rouillard.) 131 Rouillard.)
132 - issue2550850 anypy/email_.py uses BSPACE which is not defined in python 2.7 132 - issue2550850 anypy/email_.py uses BSPACE which is not defined in python 2.7
133 Supplied a definition for BSPACE since it seems to not be defined 133 Supplied a definition for BSPACE since it seems to not be defined
134 anywhere. Reported by Dennis Boone. (John Rouillard) 134 anywhere. Reported by Dennis Boone. (John Rouillard)
135 - Validate properties specified for sorting and grouping in index
136 views. Original patch from martin.v.loewis via:
137 https://hg.python.org/tracker/roundup/rev/439bd3060df2
138 Applied by John Rouillard with some modification to properly
139 identify if the bad property is a sort or grouping property. Tests
140 added.
135 141
136 2016-01-11: 1.5.1 142 2016-01-11: 1.5.1
137 143
138 Pay attention: 144 Pay attention:
139 145

Roundup Issue Tracker: http://roundup-tracker.org/