index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-08-29
Added @diox for fix #1074. Thanks!
Tom Christie
2013-08-29
Merge pull request #1074 from diox/choicefield-empty-value
Tom Christie
2013-08-29
Make ChoiceField.from_native() follow IntegerField behaviour on empty values
Mathieu Pillard
2013-08-29
Merge pull request #1073 from asparagui/minor_sp_generic_views
Tom Christie
2013-08-29
minor sp
Brett Koonce
2013-08-29
Added @niwibe
Tom Christie
2013-08-29
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-08-29
Merge pull request #1070 from niwibe/docs/add-composed-permissions-entry
Tom Christie
2013-08-29
Add composed-permissions entry to the api-guide.
Andrey Antukh
2013-08-28
Throttles now use HTTP_X_FORWARDED_FOR, falling back to REMOTE_ADDR to identi...
Tom Christie
2013-08-28
Update release notes.
Tom Christie
2013-08-28
Added `.cache` attribute on throttles.
Tom Christie
2013-08-28
Added @alexander-akhmetov.
Tom Christie
2013-08-28
Docs for `MAX_PAGINATE_BY` setting & view attribute.
Tom Christie
2013-08-28
Tweak MAX_PAGINATE_BY behavior in edge case.
Tom Christie
2013-08-27
Merge branch 'max_paginate_by' of git://github.com/alexander-akhmetov/django-...
Tom Christie
2013-08-27
fix for python3
Alexander Akhmetov
2013-08-27
Note 'request.session' as available on requests.
Tom Christie
2013-08-27
Use view.settings for API settings, to make testing easier.
Tom Christie
2013-08-27
Move exception handler out of main view
Tom Christie
2013-08-27
Move settings into more sensible ordering
Tom Christie
2013-08-27
Added @kristianoellegaard.
Tom Christie
2013-08-27
Merge pull request #1059 from KristianOellegaard/patch-1
Tom Christie
2013-08-26
Added max_paginate_by parameter
Alexander Akhmetov
2013-08-26
More information on how actions are mapped to URLs in viewsets
Kristian Øllegaard
2013-08-25
Added @ericbuehl
Tom Christie
2013-08-25
Merge pull request #1058 from ericbuehl/master
Tom Christie
2013-08-25
Add warning against HTMLFormRenderer
Tom Christie
2013-08-23
parameterize identity field class to allow for easier subclassing
Eric Buehl
2013-08-23
Docs for HTMLFormRenderer
Tom Christie
2013-08-23
Extra docs
Tom Christie
2013-08-23
Merge branch 'master' into html-form-renderer
Tom Christie
2013-08-23
JSON responses should not include a charset
Tom Christie
2013-08-23
Adding standard renderer attributes and documenting
Tom Christie
2013-08-23
Cleanup and dealing with empty form data.
Tom Christie
2013-08-23
Fix failing test for router with no trailing slash
Tom Christie
2013-08-23
Don't consume .json style suffixes with routers.
Tom Christie
2013-08-23
Merge branch 'display-nested-data' into html-form-renderer
Tom Christie
2013-08-23
First pass at HTMLFormRenderer
Tom Christie
2013-08-23
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-08-23
Tweaks to display nested data in empty serializers
Tom Christie
2013-08-23
Added @krzysiekj
Tom Christie
2013-08-23
Extra docs on PATCH with no object.
Tom Christie
2013-08-23
Merge pull request #1034 from KrzysiekJ/patch-create-fallback-removal
Tom Christie
2013-08-23
Update release notes
Tom Christie
2013-08-23
Add validation error test when passing non-file to FileField
Tom Christie
2013-08-23
Merge branch 'fix_937' of git://github.com/aburgel/django-rest-framework into...
Tom Christie
2013-08-23
Add missing period.
Tom Christie
2013-08-23
force_authenticate(None) also clears session info.
Tom Christie
2013-08-22
Add @ramiro for #1056 thanks!
Stephan Groß
[next]