Fixed a couple of errors in the docs
This commit is contained in:
parent
69989365c7
commit
3b88a4f728
2 changed files with 4 additions and 6 deletions
|
|
@ -325,12 +325,6 @@ calling it with keyword arguments::
|
|||
# Get top posts
|
||||
Post.objects((Q(featured=True) & Q(hits__gte=1000)) | Q(hits__gte=5000))
|
||||
|
||||
.. warning::
|
||||
Only use these advanced queries if absolutely necessary as they will execute
|
||||
significantly slower than regular queries. This is because they are not
|
||||
natively supported by MongoDB -- they are compiled to Javascript and sent
|
||||
to the server for execution.
|
||||
|
||||
Server-side javascript execution
|
||||
================================
|
||||
Javascript functions may be written and sent to the server for execution. The
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue