aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2013-08-31Handle case where obj=None in PKRelatedField.field_to_native()Yuri Prezument
2013-08-31Regression test for #1072Yuri Prezument
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
2013-08-27Move settings into more sensible orderingTom Christie
2013-08-27First hacky pass at displaying raw dataTom Christie
2013-08-26Added max_paginate_by parameterAlexander Akhmetov
2013-08-25Merge pull request #1058 from ericbuehl/masterTom Christie
2013-08-23parameterize identity field class to allow for easier subclassingEric Buehl
2013-08-23Extra docsTom Christie
2013-08-23Merge branch 'master' into html-form-rendererTom Christie
2013-08-23JSON responses should not include a charsetTom Christie
2013-08-23Adding standard renderer attributes and documentingTom Christie
2013-08-23Cleanup and dealing with empty form data.Tom Christie
2013-08-23Fix failing test for router with no trailing slashTom Christie
2013-08-23Don't consume .json style suffixes with routers.Tom Christie
2013-08-23Merge branch 'display-nested-data' into html-form-rendererTom Christie
2013-08-23First pass at HTMLFormRendererTom Christie
2013-08-23Tweaks to display nested data in empty serializersTom Christie
2013-08-23Extra docs on PATCH with no object.Tom Christie
2013-08-23Merge pull request #1034 from KrzysiekJ/patch-create-fallback-removalTom Christie
2013-08-23Add validation error test when passing non-file to FileFieldTom Christie
2013-08-23Merge branch 'fix_937' of git://github.com/aburgel/django-rest-framework into...Tom Christie
2013-08-23force_authenticate(None) also clears session info.Tom Christie
2013-08-21If page size query param <= 0, just use default page size.Tom Christie
2013-08-19Merge branch 'boolean-field-required-1004' of git://github.com/willkg/django-...Tom Christie
2013-08-19Only HTML forms should have implicit default False for boolean fieldsTom Christie
2013-08-19Document customizable view names/descriptionsTom Christie
2013-08-19Move view name/description functions into public spaceTom Christie
2013-08-19Merge branch 'master' of git://github.com/chrispaolini/django-rest-framework ...Tom Christie
2013-08-18Updated tests for view name and descriptionChristopher Paolini
2013-08-17Updated default view name/description functionsChristopher Paolini