better comment
This commit is contained in:
parent
c2928d8a57
commit
305540f0fd
1 changed files with 1 additions and 1 deletions
|
|
@ -596,7 +596,7 @@ class Document(BaseDocument):
|
|||
if index not in indexes:
|
||||
indexes.append(index)
|
||||
|
||||
# finish up by appending _id, if needed
|
||||
# finish up by appending { '_id': 1 } and { '_cls': 1 }, if needed
|
||||
if go_up and go_down:
|
||||
if [(u'_id', 1)] not in indexes:
|
||||
indexes.append([(u'_id', 1)])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue