From 13be3bfef1441f9f3c9eb3cad21b5ae158fdb874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anssi=20K=C3=A4=C3=A4ri=C3=A4inen?= Date: Fri, 30 Aug 2013 09:44:56 +0300 Subject: [PATCH] Removed stale add_q() comment --- django/db/models/sql/query.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/django/db/models/sql/query.py b/django/db/models/sql/query.py index ae67b6f20c..75d357ea15 100644 --- a/django/db/models/sql/query.py +++ b/django/db/models/sql/query.py @@ -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