aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2013-09-12 21:41:31 +0100
committerTom Christie2013-09-12 21:41:31 +0100
commitea462b7b9b28f425c8c91d10e34532ddbb3c87fa (patch)
treebc5d09b6608cf3ae5ca0748f286aec78a230617a
parent895beb89c60cea534f85b8a7749615755c4d43b5 (diff)
parentcd3040737ec066088ee8e012259ffc0395a8e669 (diff)
downloaddjango-rest-framework-ea462b7b9b28f425c8c91d10e34532ddbb3c87fa.tar.bz2
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
-rw-r--r--rest_framework/filters.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest_framework/filters.py b/rest_framework/filters.py
index 1693bcd2..b8fe7f77 100644
--- a/rest_framework/filters.py
+++ b/rest_framework/filters.py
@@ -53,6 +53,7 @@ class DjangoFilterBackend(BaseFilterBackend):
class Meta:
model = queryset.model
fields = filter_fields
+ order_by = True
return AutoFilterSet
return None