re-added missing QuerySet._ordering
This commit is contained in:
parent
22a6ec7794
commit
49a001a93a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user