Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
e61ef3d3
Commit
e61ef3d3
authored
Jan 08, 2015
by
Tom Christie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor docs updates
parent
271b638d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
docs/api-guide/filtering.md
+1
-0
docs/topics/project-management.md
+1
-0
No files found.
docs/api-guide/filtering.md
View file @
e61ef3d3
...
...
@@ -316,6 +316,7 @@ Typically you'd instead control this by setting `order_by` on the initial querys
queryset = User.objects.all()
serializer_class = UserSerializer
filter_backends = (filters.OrderingFilter,)
ordering_fields = ('username', 'email')
ordering = ('username',)
The
`ordering`
attribute may be either a string or a list/tuple of strings.
...
...
docs/topics/project-management.md
View file @
e61ef3d3
...
...
@@ -126,6 +126,7 @@ The following issues still need to be addressed:
*
Ensure
`@jamie`
has back-up access to the
`django-rest-framework.org`
domain setup and admin.
*
Document ownership of the
[
live example
][
sandbox
]
API.
*
Document ownership of the
[
mailing list
][
mailing-list
]
and IRC channel.
*
Document ownership and management of the security mailing list.
[
bus-factor
]:
http://en.wikipedia.org/wiki/Bus_factor
[
un-triaged
]:
https://github.com/tomchristie/django-rest-framework/issues?q=is%3Aopen+no%3Alabel
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment