Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Saller <bcsaller@objectrealms.net>2007-07-04 19:33:52 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-07-04 19:33:52 (GMT)
commit3663a1e945a2ab03d731fe183535a04b6261196e (patch)
tree3f453a9c2325b70245ecbf6fce76341546e418c6
parent825b02d484a2aa1b142b4dd213fceb57b595276d (diff)
moved docstring on order_by to datastore as the querymanager doesn't do this anymore
-rw-r--r--src/olpc/datastore/query.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/olpc/datastore/query.py b/src/olpc/datastore/query.py
index b754958..ca2c3fe 100644
--- a/src/olpc/datastore/query.py
+++ b/src/olpc/datastore/query.py
@@ -285,11 +285,6 @@ class QueryManager(SugarDomain):
of content matching its parameters. see fulltext_search for
additional details.
- To order results by a given property you can specify:
- >>> qm.find(order_by=['author', 'title'])
-
- Order by must be a list of property names given in the order
- of decreasing precedence.
If 'limit' is passed it will be the maximum number of results
to return and 'offset' will be the offset from 0 into the