aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2013-12-06PEP8 Compliancekahnjw
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-09-25Whitespace fixTom Christie
2013-09-25Drop 1.3 supportTom Christie
2013-09-25Merge masterTom Christie
2013-09-13Merge pull request #1107 from dpretty/masterTom 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-13Typo in strings referring to Python package, django-filter.Rajiv Bose
2013-09-13Let JSONEncoder handle Numpy data types.David Pretty
2013-09-12Merge pull request #1097 from mociepka/add_default_order_by_in_filteringTom Christie
2013-09-11Version 2.3.82.3.8Tom 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-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-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-05Merge pull request #1076 from edmondwong/masterTom Christie
2013-09-03Added test for OPTIONS before object creation from a PUTEdmond Wong
2013-08-31Handle case where obj=None in PKRelatedField.field_to_native()Yuri Prezument
2013-08-31Regression test for #1072Yuri Prezument
2013-08-30Allow OPTIONS to retrieve PUT field metadata on empty objectsEdmond Wong
2013-08-30Merge masterTom 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-29Include serialized content in raw data form.Tom Christie
2013-08-29Make ChoiceField.from_native() follow IntegerField behaviour on empty valuesMathieu Pillard
2013-08-29Add `override_method` context manager and cleanup.Tom Christie
2013-08-28Simplifying raw data renderering supportTom Christie
2013-08-28Throttles now use HTTP_X_FORWARDED_FOR, falling back to REMOTE_ADDR to identi...Tom Christie
2013-08-28Added `.cache` attribute on throttles.Tom Christie
2013-08-28Tweak MAX_PAGINATE_BY behavior in edge case.Tom Christie
2013-08-27Merge branch 'max_paginate_by' of git://github.com/alexander-akhmetov/django-...Tom Christie
2013-08-27fix for python3Alexander Akhmetov
2013-08-27Use view.settings for API settings, to make testing easier.Tom Christie
2013-08-27Move exception handler out of main viewTom Christie