no 'ts' anymore, use timestamp
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 11 Mar 2013 09:28:12 +0000 (10:28 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 11 Mar 2013 09:28:12 +0000 (10:28 +0100)
engine/manifoldquery.py

index 8e25ed9..332309b 100644 (file)
@@ -51,7 +51,7 @@ class ManifoldQuery:
     # xxx
     # this should build an object from a dict as received from javascript
     # to see an example just look at the server's output
-    # incoming POST <QueryDict: {u'query[method]': [u'slice'], u'query[fields][]': [u'slice_hrn'], u'query[ts]': [u'latest'], u'query[action]': [u'get']}>
+    # incoming POST <QueryDict: {u'query[method]': [u'slice'], u'query[fields][]': [u'slice_hrn'], u'query[timestamp]': [u'latest'], u'query[action]': [u'get']}>
     def fill_from_dict (self, d):
         for key in d.keys():
            for arg in ['action', 'method', 'filters', 'fields', 'timestamp', 'params']: