Mercurial > p > roundup > code
diff CHANGES.txt @ 6689:994893cf3e1a
Fix traceback if an order attribute is None
Fixes issue2551207.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Mon, 30 May 2022 18:03:39 +0200 |
| parents | 9ca5cbffa0c4 |
| children | 9a1f5e496e6c |
line wrap: on
line diff
--- a/CHANGES.txt Sun May 29 22:37:36 2022 -0400 +++ b/CHANGES.txt Mon May 30 18:03:39 2022 +0200 @@ -97,6 +97,8 @@ - new option added to config.ini: login_empty_passwords set to no by default. Setting this to yes allows a user with an empty password to login. +- issue2551207 - Fix sorting by order attribute if order attributes can + be None. Add a test. Features:
