query.py
3.31 KB
-
Set up the QueryManager in a metaclass instead of in the __new__ method, which… · 4d66c30f
Set up the QueryManager in a metaclass instead of in the __new__ method, which means one doesn't have to instantiate an instance of the class before querying it. Fixed the __iter__ method of Queryset, which yielded only the first object from the query. Put back test cases for CloudCode functions.
David Robinson committed