Mercurial > p > roundup > code
diff CHANGES.txt @ 6380:d76291836523
Fix issue2551128 - Impossible to validate a user with unknown timezone
Raise KeyError when an unrecognized timezones is passed to
pytz. (patch Cedric Krier, test John Rouillard)
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 18 Apr 2021 17:39:44 -0400 |
| parents | b57c3d50505b |
| children | b35a50d02890 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Apr 17 18:11:48 2021 -0400 +++ b/CHANGES.txt Sun Apr 18 17:39:44 2021 -0400 @@ -85,6 +85,9 @@ this now requires that setuptools be installed. (Patch by John Kristensen (jerrykan); additional doc changes (upgrade.txt, RELEASE.txt) John Rouillard) +- issue2551128 - Impossible to validate a user with unknown timezone + Raise KeyError when an unrecognized timezones is passed to + pytz. (patch Cedric Krier, test John Rouillard) Features: - issue2550522 - Add 'filter' command to command-line
