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-09-11
small typo correction on ViewSet example code
Diego Ponciano
2013-09-11
Version 2.3.8
2.3.8
Tom Christie
2013-09-10
Added @bwreilly for awesome work on #1093. Thanks!!!
Tom Christie
2013-09-10
Add Django Guardian to travis testing
Tom Christie
2013-09-10
Updated release notes
Tom Christie
2013-09-10
Tweaks and docs to object-level model permissions.
Tom Christie
2013-09-10
Merge branch 'master' of git://github.com/bwreilly/django-rest-framework into...
Tom Christie
2013-09-09
Update release-notes.md
Tom Christie
2013-09-09
better doc for object permissions, drop redundant has_permission call
bwreilly
2013-09-09
removed unnecessary guardian req and view.action parsing
bwreilly
2013-09-07
switch to a dedicated filter for read list object permissions
bwreilly
2013-09-07
first pass at object level permissions and tests
bwreilly
2013-09-07
necessary test settings for guardian
bwreilly
2013-09-07
Extra docs on custom exception handling.
Tom Christie
2013-09-07
Merge pull request #1092 from rouge8/custom-exception-handler-setting
Tom Christie
2013-09-06
Add EXCEPTION_HANDLER docs to exception docs
Andy Freeland
2013-09-06
Support customizable view EXCEPTION_HANDLER
Andy Freeland
2013-09-06
some properly failing tests, set up for standard permissions
bwreilly
2013-09-06
added guardian as optional requirement, stubbed out object-level permission c...
bwreilly
2013-09-06
Fix typo
Tom Christie
2013-09-05
Added @edmundwong for work on #1076. Thanks!
Tom Christie
2013-09-05
Merge pull request #1076 from edmondwong/master
Tom Christie
2013-09-04
Merge pull request #1084 from thetylerhayes/master
Tom Christie
2013-09-04
Tiny typo fix
Tyler Hayes
2013-09-03
Added test for OPTIONS before object creation from a PUT
Edmond Wong
2013-09-02
Merge pull request #1081 from kevin-brown/doac_docs_link
Tom Christie
2013-09-02
Changed DOAC documentation link
Kevin Brown
2013-09-02
Add windows virtualenv activate instruction
Tom Christie
2013-09-02
Merge pull request #1078 from yprez/fix_1072
Tom Christie
2013-08-31
Merge pull request #1077 from tom-leys/patch-2
Tom Christie
2013-08-31
Handle case where obj=None in PKRelatedField.field_to_native()
Yuri Prezument
2013-08-31
Regression test for #1072
Yuri Prezument
2013-08-31
Updated tutorial part 6: 2 examples were missing includes
tom-leys
2013-08-30
Allow OPTIONS to retrieve PUT field metadata on empty objects
Edmond Wong
2013-08-30
Update release notes
Tom Christie
2013-08-30
Browsable API tab preferences should be site-wide
Tom Christie
2013-08-30
Fix failing empty serializer test
Tom Christie
2013-08-30
Drop broken placeholder serializations.
Tom Christie
2013-08-29
Fix multipart error when used via content-type overloading
Tom Christie
2013-08-29
Merge branch 'master' into display-raw-data
Tom Christie
2013-08-29
Fix breadcrumb view names
Tom Christie
2013-08-29
Fix indenting on raw data forms
Tom Christie
2013-08-29
Fix tab preferences on PUT forms
Tom Christie
2013-08-29
Preserve tab preference in cookies.
Tom Christie
2013-08-29
Added note on botbot IRC archives
Tom Christie
2013-08-29
Update release notes.
Tom Christie
2013-08-29
Added @diox for fix #1074. Thanks!
Tom Christie
2013-08-29
Include serialized content in raw data form.
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
[next]