Mercurial > p > roundup > code
diff CHANGES.txt @ 4875:cdec6ed210d0
Fix batch.propchanged for transitive id properties (would result in a
backtrace when trying to group by property.id)
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Fri, 28 Mar 2014 10:54:53 +0100 |
| parents | ef5f256b417e |
| children | 74b24b14071a |
line wrap: on
line diff
--- a/CHANGES.txt Fri Mar 14 15:08:32 2014 +0100 +++ b/CHANGES.txt Fri Mar 28 10:54:53 2014 +0100 @@ -73,6 +73,8 @@ - issue2117897: Fixed two more places in date.py where seconds can be rounded to 60.0 and causing exceptions. Change them to 59.999 as was done in the fix for issue2550802. (Thomas Arendsen Hein) +- Fix batch.propchanged for transitive id properties (would result in a + backtrace when trying to group by property.id) Minor: - demo.py usage message improved: explains "nuke" now. (Bernhard Reiter)
