Docs update #406
This commit is contained in:
@@ -17,8 +17,8 @@ fetch documents from the database::
|
|||||||
|
|
||||||
As of MongoEngine 0.8 the querysets utilise a local cache. So iterating
|
As of MongoEngine 0.8 the querysets utilise a local cache. So iterating
|
||||||
it multiple times will only cause a single query. If this is not the
|
it multiple times will only cause a single query. If this is not the
|
||||||
desired behavour you can call :class:`~mongoengine.QuerySet.no_cache` to
|
desired behavour you can call :class:`~mongoengine.QuerySet.no_cache`
|
||||||
return a non-caching queryset.
|
(version **0.8.3+**) to return a non-caching queryset.
|
||||||
|
|
||||||
Filtering queries
|
Filtering queries
|
||||||
=================
|
=================
|
||||||
|
|||||||
Reference in New Issue
Block a user