aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-12-06Add missing tick markskahnjw
2013-12-06Fix typokahnjw
2013-12-06Add documentation to explain what effect these changes have.kahnjw
2013-12-06Add get_ident method to pass new tests.kahnjw
2013-12-06Add tests to pass for get_ident method in BaseThrottle class.kahnjw
2013-10-03Merge pull request #1148 from thedrow/patch-1Tom Christie
2013-10-03Fixed code example.Omer Katz
2013-09-25Whitespace fixTom Christie
2013-09-25Drop 1.3 supportTom Christie
2013-09-25Merge masterTom Christie
2013-09-13Update release notes.Tom Christie
2013-09-13Merge pull request #1107 from dpretty/masterTom Christie
2013-09-13Added @mrmachine. Thanks!Tom Christie
2013-09-13Merge pull request #1109 from thirstydigital/tickets/1105-renderer-contextTom Christie
2013-09-14Refs #1109 -- Update docs. Integrate changes from feedback.Tai Lee
2013-09-13Fixed #1105 -- Add hook for custom context in `BrowsableAPIRenderer`.Tai Lee
2013-09-13Merge pull request #1108 from rbose85/masterTom Christie
2013-09-13Typo in strings referring to Python package, django-filter.Rajiv Bose
2013-09-13Let JSONEncoder handle Numpy data types.David Pretty
2013-09-12Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-09-12Note on '.model' as default only, with 'serializer_class', and 'queryset' att...Tom Christie
2013-09-12Merge pull request #1097 from mociepka/add_default_order_by_in_filteringTom Christie
2013-09-12Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-09-12Fix django guardian linkTom Christie
2013-09-12Merge pull request #1099 from diegoponciano/patch-1Tom Christie
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-10Add order_by to the AutoFilterSetMichaƂ Ociepka
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