re-added missing QuerySet._ordering
This commit is contained in:
parent
22a6ec7794
commit
49a001a93a
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue