Skip to content

Commit

Permalink
smallfix
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed May 14, 2016
1 parent da6c60a commit 2020f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_mongoengine/queryset.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class QueryWrapper(object):

def __init__(self, q, ordering):
self.q = q
self.order_by = ordering
self.order_by = ordering or []

class QuerySet(qs.QuerySet):
"""
Expand Down

0 comments on commit 2020f61

Please sign in to comment.