File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -316,6 +316,7 @@ Typically you'd instead control this by setting `order_by` on the initial querys
316
316
queryset = User.objects.all()
317
317
serializer_class = UserSerializer
318
318
filter_backends = (filters.OrderingFilter,)
319
+ ordering_fields = ('username', 'email')
319
320
ordering = ('username',)
320
321
321
322
The ` ordering ` attribute may be either a string or a list/tuple of strings.
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ The following issues still need to be addressed:
126
126
* Ensure ` @jamie ` has back-up access to the ` django-rest-framework.org ` domain setup and admin.
127
127
* Document ownership of the [ live example] [ sandbox ] API.
128
128
* Document ownership of the [ mailing list] [ mailing-list ] and IRC channel.
129
+ * Document ownership and management of the security mailing list.
129
130
130
131
[ bus-factor ] : http://en.wikipedia.org/wiki/Bus_factor
131
132
[ un-triaged ] : https://github.com/tomchristie/django-rest-framework/issues?q=is%3Aopen+no%3Alabel
You can’t perform that action at this time.
0 commit comments