Commit cd10e998 authored by Anssi Kääriäinen's avatar Anssi Kääriäinen
Browse files

[1.6.x] Removed stale add_q() comment

Backport of 13be3bfe from master
parent 60df34d4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1207,8 +1207,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