summaryrefslogtreecommitdiff
path: root/django/db/models/sql/query.py
diff options
context:
space:
mode:
authorAnssi Kääriäinen <akaariai@gmail.com>2013-08-30 09:44:56 +0300
committerAnssi Kääriäinen <akaariai@gmail.com>2013-08-30 09:45:32 +0300
commit13be3bfef1441f9f3c9eb3cad21b5ae158fdb874 (patch)
treed62cdbb8fd0246f88af0b9e10f2c8914ff4cc20c /django/db/models/sql/query.py
parent36bbe3b7c52d459ed4862bbad1b44541a58cda00 (diff)
Removed stale add_q() comment
Diffstat (limited to 'django/db/models/sql/query.py')
-rw-r--r--django/db/models/sql/query.py2
1 files changed, 0 insertions, 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