Merge pull request #2395 from duyazhe/fix_bug_orm_ne

fix filter with __ne bug
This commit is contained in:
astaxie 2017-01-23 21:12:58 +08:00 committed by GitHub
commit b55e20ac60
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,