Mercurial > p > roundup > code
diff CHANGES.txt @ 5097:156cbc1d182c
Validate values for Integer and Numeric type filter parameters rather than
passing output down to db level. Initial patch at:
http://hg.python.org/tracker/roundup/rev/98508a47c126
by Martin.V.Loewis. Numeric test patch applied, Integer code and tests
developed by John Rouillard.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 25 Jun 2016 22:28:19 -0400 |
| parents | e74c3611b138 |
| children | 99e289359798 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Jun 25 20:10:03 2016 -0400 +++ b/CHANGES.txt Sat Jun 25 22:28:19 2016 -0400 @@ -143,6 +143,11 @@ Applied by John Rouillard with some modification to properly identify if the bad property is a sort or grouping property. Tests added. +- Validate Integer and Numeric type filter parameters rather than + passing output down to db level. Initial patch at: + http://hg.python.org/tracker/roundup/rev/98508a47c126 by + Martin.V.Loewis. Numeric test patch applied, Integer code and tests + developed by John Rouillard. 2016-01-11: 1.5.1
