Skip to content

Commit e61ef3d

Browse files
committed
Minor docs updates
1 parent 271b638 commit e61ef3d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/api-guide/filtering.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ Typically you'd instead control this by setting `order_by` on the initial querys
316316
queryset = User.objects.all()
317317
serializer_class = UserSerializer
318318
filter_backends = (filters.OrderingFilter,)
319+
ordering_fields = ('username', 'email')
319320
ordering = ('username',)
320321

321322
The `ordering` attribute may be either a string or a list/tuple of strings.

docs/topics/project-management.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ The following issues still need to be addressed:
126126
* Ensure `@jamie` has back-up access to the `django-rest-framework.org` domain setup and admin.
127127
* Document ownership of the [live example][sandbox] API.
128128
* Document ownership of the [mailing list][mailing-list] and IRC channel.
129+
* Document ownership and management of the security mailing list.
129130

130131
[bus-factor]: http://en.wikipedia.org/wiki/Bus_factor
131132
[un-triaged]: https://github.com/tomchristie/django-rest-framework/issues?q=is%3Aopen+no%3Alabel

0 commit comments

Comments
 (0)