aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-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
2013-08-29Merge pull request #1073 from asparagui/minor_sp_generic_viewsTom Christie
2013-08-29minor spBrett Koonce
2013-08-29Add `override_method` context manager and cleanup.Tom Christie
2013-08-29Added @niwibeTom Christie
2013-08-29Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-08-29Merge pull request #1070 from niwibe/docs/add-composed-permissions-entryTom Christie
2013-08-29Add composed-permissions entry to the api-guide.Andrey Antukh
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-28Update release notes.Tom Christie
2013-08-28Added `.cache` attribute on throttles.Tom Christie
2013-08-28Added @alexander-akhmetov.Tom Christie
2013-08-28Docs for `MAX_PAGINATE_BY` setting & view attribute.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-27Note 'request.session' as available on requests.Tom Christie
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-27Added @kristianoellegaard.Tom Christie
2013-08-27Merge pull request #1059 from KristianOellegaard/patch-1Tom Christie
2013-08-26Added max_paginate_by parameterAlexander Akhmetov
2013-08-26More information on how actions are mapped to URLs in viewsetsKristian Øllegaard
2013-08-25Added @ericbuehlTom Christie
2013-08-25Merge pull request #1058 from ericbuehl/masterTom Christie
2013-08-25Add warning against HTMLFormRendererTom Christie