fix filter with __ne bug

This commit is contained in:
杜亚哲 2017-01-16 10:32:33 +08:00
parent 90999717dd
commit 24d8290a3f
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ var (
"lte": true,
"eq": true,
"nq": true,
"ne": true,
"startswith": true,
"endswith": true,
"istartswith": true,