Merge pull request #1763 from malthejorgensen/patch-2

Docs, queryset.update(): Fix backtick mistake
This commit is contained in:
erdenezul 2018-03-31 18:02:00 +08:00 committed by GitHub
commit bf30aba005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -488,7 +488,7 @@ class BaseQuerySet(object):
will force an fsync on the primary server.
:param full_result: Return the full result dictionary rather than just the number
updated, e.g. return
`{u'n': 2, u'nModified': 2, u'ok': 1.0, 'updatedExisting': True}`.
``{'n': 2, 'nModified': 2, 'ok': 1.0, 'updatedExisting': True}``.
:param update: Django-style update keyword arguments
.. versionadded:: 0.2