Removed stale add_q() comment
This commit is contained in:
parent
36bbe3b7c5
commit
13be3bfef1
|
@ -1229,8 +1229,6 @@ class Query(object):
|
||||||
current_negated=False):
|
current_negated=False):
|
||||||
"""
|
"""
|
||||||
Adds a Q-object to the current filter.
|
Adds a Q-object to the current filter.
|
||||||
|
|
||||||
Can also be used to add anything that has an 'add_to_query()' method.
|
|
||||||
"""
|
"""
|
||||||
connector = q_object.connector
|
connector = q_object.connector
|
||||||
current_negated = current_negated ^ q_object.negated
|
current_negated = current_negated ^ q_object.negated
|
||||||
|
|
Loading…
Reference in New Issue