Typo fixed in "Quering The Db" guide.
This commit is contained in:
parent
556e620c7a
commit
4e6f91ae77
@ -5,8 +5,8 @@ Querying the database
|
|||||||
is used for accessing the objects in the database associated with the class.
|
is used for accessing the objects in the database associated with the class.
|
||||||
The :attr:`objects` attribute is actually a
|
The :attr:`objects` attribute is actually a
|
||||||
:class:`~mongoengine.queryset.QuerySetManager`, which creates and returns a new
|
:class:`~mongoengine.queryset.QuerySetManager`, which creates and returns a new
|
||||||
a new :class:`~mongoengine.queryset.QuerySet` object on access. The
|
:class:`~mongoengine.queryset.QuerySet` object on access. The
|
||||||
:class:`~mongoengine.queryset.QuerySet` object may may be iterated over to
|
:class:`~mongoengine.queryset.QuerySet` object may be iterated over to
|
||||||
fetch documents from the database::
|
fetch documents from the database::
|
||||||
|
|
||||||
# Prints out the names of all the users in the database
|
# Prints out the names of all the users in the database
|
||||||
@ -498,4 +498,4 @@ cannot use the `$` syntax in keyword arguments it has been mapped to `S`::
|
|||||||
.. note ::
|
.. note ::
|
||||||
Currently only top level lists are handled, future versions of mongodb /
|
Currently only top level lists are handled, future versions of mongodb /
|
||||||
pymongo plan to support nested positional operators. See `The $ positional
|
pymongo plan to support nested positional operators. See `The $ positional
|
||||||
operator <http://www.mongodb.org/display/DOCS/Updating#Updating-The%24positionaloperator>`_.
|
operator <http://www.mongodb.org/display/DOCS/Updating#Updating-The%24positionaloperator>`_.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user