aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-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-26More information on how actions are mapped to URLs in viewsetsKristian Øllegaard
2013-08-25Added @ericbuehlTom Christie
For pull request #1058. Thank you! :)
2013-08-25Merge pull request #1058 from ericbuehl/masterTom Christie
parameterize identity field serializer class to allow for easier subclassing
2013-08-25Add warning against HTMLFormRendererTom Christie
2013-08-23parameterize identity field class to allow for easier subclassingEric Buehl
2013-08-23Docs for HTMLFormRendererTom Christie
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
When trailing slash is false, the lookup regex should not consume '.' characters. Fixes #1057.
2013-08-23Merge branch 'display-nested-data' into html-form-rendererTom Christie
2013-08-23First pass at HTMLFormRendererTom Christie
2013-08-23Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-08-23Tweaks to display nested data in empty serializersTom Christie
2013-08-23Added @krzysiekjTom Christie
For work on #1034. Thanks!
2013-08-23Extra docs on PATCH with no object.Tom Christie
2013-08-23Merge pull request #1034 from KrzysiekJ/patch-create-fallback-removalTom Christie
PATCH requests should not be able to create objects.
2013-08-23Update release notesTom 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 ↵Tom Christie
into aburgel-fix_937
2013-08-23Add missing period.Tom Christie
2013-08-23force_authenticate(None) also clears session info.Tom Christie
Closes #1055.
2013-08-22Add @ramiro for #1056 thanks!Stephan Groß
2013-08-22Merge pull request #1056 from ramiro/patch-1Stephan Groß
Fix typo
2013-08-22Update parsers.mdRamiro Morales
s/renderers/parsers/
2013-08-21If page size query param <= 0, just use default page size.Tom Christie
Closes #1028.
2013-08-21Added @filipeximenesTom Christie
For work on #1050. Thanks!
2013-08-21Docs tweaking around `check_object_permissions`Tom Christie
2013-08-21Merge pull request #1050 from filipeximenes/masterTom Christie
Improving documentation about object level permissions #1049
2013-08-21Include import paths throughout docs.Tom Christie
Closes #1051. Thanks to @pydanny for the report.
2013-08-20improving documentation about object level permissions #1049Filipe Ximenes
2013-08-19Update release notesTom Christie
2013-08-19Merge branch 'boolean-field-required-1004' of ↵Tom Christie
git://github.com/willkg/django-rest-framework
2013-08-19Only HTML forms should have implicit default False for boolean fieldsTom Christie
2013-08-19Update release notes.Tom Christie
2013-08-19Added @chrispaolini.Tom Christie
For customizable view names/descriptions in #1043. Thanks! :)
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
into chrispaolini-master
2013-08-18Updated tests for view name and descriptionChristopher Paolini
Updated the tests to use the default view_name and view_description functions in the formatter through the default in settings.
2013-08-17Updated default view name/description functionsChristopher Paolini
Forgot to update the default view name/description functions to the new setup.