fix range support

This commit is contained in:
Frédéric Péters 2013-09-24 15:41:42 +02:00
parent 534c32aa5d
commit f04a133cd7
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ ranges = {
'min': '[%s TO *]',
'max': '[* TO %s]',
'min:max': '[%s TO %s]',
'minmax': '[%s TO %s]',
}
sort_aliases = {