]> git.ipfire.org Git - thirdparty/patchwork.git/commit
xmlrpc: fix max_count for check_list
authorDaniel Axtens <dja@axtens.net>
Sat, 3 Sep 2016 07:07:15 +0000 (17:07 +1000)
committerStephen Finucane <stephenfinucane@hotmail.com>
Sat, 3 Sep 2016 22:25:42 +0000 (23:25 +0100)
commitc547dc77d6024c6bf1bd0e0b4a829e76486e0ab3
tree0ed619b75c384425958334b499e4db3793e9ed9c
parent69a57e9a3ebd4490e3192565c92218b2b81c7a04
xmlrpc: fix max_count for check_list

Negative values were broken due to some missing code. Fix it by adding
code based on an example from one of the other models.

Signed-off-by: Daniel Axtens <dja@axtens.net>
Reviewed-by: Stephen Finucane <stephenfinucane@hotmail.com>
patchwork/views/xmlrpc.py