Mercurial > p > roundup > code
diff CHANGES.txt @ 6377:a7e7314fb7d9
issue2551126 - AttributeError: 'str' object has no attribute 'local'.
Fix traceback caused by DateHTMLProperty.pretty() called
on a string value due to error in some other field.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 10 Apr 2021 22:10:07 -0400 |
| parents | c4371ec7d1c0 |
| children | b57c3d50505b |
line wrap: on
line diff
--- a/CHANGES.txt Wed Apr 07 15:18:25 2021 +0200 +++ b/CHANGES.txt Sat Apr 10 22:10:07 2021 -0400 @@ -76,6 +76,10 @@ - Call verifyPassword even if user does not exist. Address timing attack to discover valid account names. Useful where anonymous user is not allowed access. (John Rouillard) +- issue2551126 - AttributeError: 'str' object has no attribute + 'local'. Fix traceback caused by DateHTMLProperty.pretty() called + on a string value due to error in some other field. (Reported by + reda, fix: John Rouillard) Features: - issue2550522 - Add 'filter' command to command-line
