mirror of
https://github.com/django/django.git
synced 2025-10-03 07:14:41 +00:00
[1.6.x] Removed stale add_q() comment
Backport of 13be3bfef1
from master
This commit is contained in:
parent
60df34d477
commit
cd10e998b6
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue