mirror of
https://github.com/astaxie/beego.git
synced 2025-04-15 18:06:50 +00:00
Merge pull request #2395 from duyazhe/fix_bug_orm_ne
fix filter with __ne bug
This commit is contained in:
commit
b55e20ac60
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user