Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/CHANGES.txt Mon Jun 20 22:04:32 2016 -0400 +++ b/CHANGES.txt Tue Jun 21 21:45:24 2016 -0400 @@ -132,6 +132,12 @@ - issue2550850 anypy/email_.py uses BSPACE which is not defined in python 2.7 Supplied a definition for BSPACE since it seems to not be defined anywhere. Reported by Dennis Boone. (John Rouillard) +- 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. 2016-01-11: 1.5.1
