Loading django/db/models/sql/query.py +0 −2 Original line number Diff line number Diff line Loading @@ -1229,8 +1229,6 @@ class Query(object): current_negated=False): """ 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 current_negated = current_negated ^ q_object.negated Loading Loading
django/db/models/sql/query.py +0 −2 Original line number Diff line number Diff line Loading @@ -1229,8 +1229,6 @@ class Query(object): current_negated=False): """ 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 current_negated = current_negated ^ q_object.negated Loading