re-added missing QuerySet._ordering

This commit is contained in:
blackbrrr 2010-03-09 15:28:55 -06:00
parent 22a6ec7794
commit 49a001a93a

View File

@ -144,6 +144,7 @@ class QuerySet(object):
self._query = {}
self._where_clause = None
self._loaded_fields = []
self._ordering = []
# If inheritance is allowed, only return instances and instances of
# subclasses of the class being used