Commit b55e20ac authored by astaxie's avatar astaxie Committed by GitHub

Merge pull request #2395 from duyazhe/fix_bug_orm_ne

fix filter with __ne bug
parents 90999717 24d8290a
......@@ -48,6 +48,7 @@ var (
"lte": true,
"eq": true,
"nq": true,
"ne": true,
"startswith": true,
"endswith": true,
"istartswith": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment