aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-09-11small typo correction on ViewSet example codeDiego Ponciano
2013-09-11Version 2.3.82.3.8Tom Christie
2013-09-10Added @bwreilly for awesome work on #1093. Thanks!!!Tom Christie
2013-09-10Add Django Guardian to travis testingTom Christie
2013-09-10Updated release notesTom Christie
2013-09-10Tweaks and docs to object-level model permissions.Tom Christie
2013-09-10Merge branch 'master' of git://github.com/bwreilly/django-rest-framework into...Tom Christie
2013-09-09Update release-notes.mdTom Christie
2013-09-09better doc for object permissions, drop redundant has_permission callbwreilly
2013-09-09removed unnecessary guardian req and view.action parsingbwreilly
2013-09-07switch to a dedicated filter for read list object permissionsbwreilly
2013-09-07first pass at object level permissions and testsbwreilly
2013-09-07necessary test settings for guardianbwreilly
2013-09-07Extra docs on custom exception handling.Tom Christie
2013-09-07Merge pull request #1092 from rouge8/custom-exception-handler-settingTom Christie
2013-09-06Add EXCEPTION_HANDLER docs to exception docsAndy Freeland
2013-09-06Support customizable view EXCEPTION_HANDLERAndy Freeland
2013-09-06some properly failing tests, set up for standard permissionsbwreilly
2013-09-06added guardian as optional requirement, stubbed out object-level permission c...bwreilly
2013-09-06Fix typoTom Christie
2013-09-05Added @edmundwong for work on #1076. Thanks!Tom Christie
2013-09-05Merge pull request #1076 from edmondwong/masterTom Christie
2013-09-04Merge pull request #1084 from thetylerhayes/masterTom Christie
2013-09-04Tiny typo fixTyler Hayes
2013-09-03Added test for OPTIONS before object creation from a PUTEdmond Wong
2013-09-02Merge pull request #1081 from kevin-brown/doac_docs_linkTom Christie
2013-09-02Changed DOAC documentation linkKevin Brown
2013-09-02Add windows virtualenv activate instructionTom Christie
2013-09-02Merge pull request #1078 from yprez/fix_1072Tom Christie
2013-08-31Merge pull request #1077 from tom-leys/patch-2Tom Christie
2013-08-31Handle case where obj=None in PKRelatedField.field_to_native()Yuri Prezument
2013-08-31Regression test for #1072Yuri Prezument
2013-08-31Updated tutorial part 6: 2 examples were missing includestom-leys
2013-08-30Allow OPTIONS to retrieve PUT field metadata on empty objectsEdmond Wong
2013-08-30Update release notesTom Christie
2013-08-30Browsable API tab preferences should be site-wideTom Christie
2013-08-30Fix failing empty serializer testTom Christie
2013-08-30Drop broken placeholder serializations.Tom Christie
2013-08-29Fix multipart error when used via content-type overloadingTom Christie
2013-08-29Merge branch 'master' into display-raw-dataTom Christie
2013-08-29Fix breadcrumb view namesTom Christie
2013-08-29Fix indenting on raw data formsTom Christie
2013-08-29Fix tab preferences on PUT formsTom Christie
2013-08-29Preserve tab preference in cookies.Tom Christie
2013-08-29Added note on botbot IRC archivesTom Christie
2013-08-29Update release notes.Tom Christie
2013-08-29Added @diox for fix #1074. Thanks!Tom Christie
2013-08-29Include serialized content in raw data form.Tom Christie
2013-08-29Merge pull request #1074 from diox/choicefield-empty-valueTom Christie
2013-08-29Make ChoiceField.from_native() follow IntegerField behaviour on empty valuesMathieu Pillard