Commit b43afa83 authored by Vincent Pelletier's avatar Vincent Pelletier

'operator' parameter has always been refused since new catalog (...by mistake)...

'operator' parameter has always been refused since new catalog (...by mistake) and handling code was removed by previous commiut. Update docstring.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27060 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 65dcc147
......@@ -57,10 +57,6 @@ class SimpleQuery(Query):
column name
item value
one or more values
Deprecated:
operator (string)
Use comparison_operator instead.
"""
self.search_key = search_key
if len(kw) != 1:
......
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