From: Thierry Parmentelat Date: Wed, 20 Mar 2013 17:48:45 +0000 (+0100) Subject: comments X-Git-Tag: myslice-django-0.1-2~50 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=1b09c4b310511def27e0cdfded6cbc545b10e055 comments --- diff --git a/manifold/manifoldquery.py b/manifold/manifoldquery.py index ca418878..ffd7c1f1 100644 --- a/manifold/manifoldquery.py +++ b/manifold/manifoldquery.py @@ -18,10 +18,12 @@ class ManifoldQuery: self.filters=filters self.params=params self.fields=fields + # xxx this is unused for now self.sort=sort self.limit=limit self.offset=offset - # internal data + # internal data - likewise, this is unused as of yet, although we have + # (untested) code below in analyze_subqueries to compute these.. self.analyzed_query=None self.subqueries = {}