1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 17:00:55 +00:00

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

View File

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