aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-09-02Merge pull request #1081 from kevin-brown/doac_docs_linkTom Christie
Updated DOAC integration link
2013-09-02Changed DOAC documentation linkKevin Brown
2013-09-02Add windows virtualenv activate instructionTom Christie
Closes #1075.
2013-09-02Merge pull request #1078 from yprez/fix_1072Tom Christie
Fix empty serializer bug
2013-08-31Merge pull request #1077 from tom-leys/patch-2Tom Christie
Updated tutorial part 6: 2 examples were missing includes
2013-08-31Handle case where obj=None in PKRelatedField.field_to_native()Yuri Prezument
Fixes #1072
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
Make ChoiceField.from_native() follow IntegerField behaviour on empty values
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
minor sp
2013-08-29minor spBrett Koonce
2013-08-29Add `override_method` context manager and cleanup.Tom Christie
2013-08-29Added @niwibeTom Christie
For docs addition #1070 - Thanks!
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
Add composed-permissions entry to the api-guide.
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 ↵Tom Christie
identify anonymous requests
2013-08-28Update release notes.Tom Christie
2013-08-28Added `.cache` attribute on throttles.Tom Christie
Closes #1066. More localised than a new settings key, and more flexible in that different throttles can use different behavior. Thanks to @chicheng for the report! :)
2013-08-28Added @alexander-akhmetov.Tom Christie
For work on MAX_PAGINATE_BY, #1063. Thanks! :)
2013-08-28Docs for `MAX_PAGINATE_BY` setting & view attribute.Tom Christie
2013-08-28Tweak MAX_PAGINATE_BY behavior in edge case.Tom Christie
Always respect `paginate_by` settings if client does not specify page size. (Even if the developer has misconfigured, so that `paginate_by > max`.)
2013-08-27Merge branch 'max_paginate_by' of ↵Tom Christie
git://github.com/alexander-akhmetov/django-rest-framework into alexander-akhmetov-max_paginate_by
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
For docs addition #1059. Thanks!
2013-08-27Merge pull request #1059 from KristianOellegaard/patch-1Tom Christie
More information on how actions are mapped to URLs in viewsets
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
For pull request #1058. Thank you! :)