aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-10-29Fix slug based put as create testTom Christie
2012-10-29Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-10-29Fixes for urls with suffixesTom Christie
2012-10-29PUT as create should return 200Tom Christie
2012-10-29Merge pull request #331 from markotibold/test_put_as_createTom Christie
Test put as create
2012-10-29Docs redirectTom Christie
2012-10-29Style tweaksTom Christie
2012-10-29Deal with None and missing valuesTom Christie
2012-10-29Fix up login stylingTom Christie
2012-10-29Fix breadcrumbsTom Christie
2012-10-29Writable welated fields should return a model instance from .from_native(), ↵Tom Christie
not a pk
2012-10-29TweakTom Christie
2012-10-29Added @minddust. Thanks!Tom Christie
2012-10-29Merge pull request #334 from minddust/restframework2Tom Christie
formatting docs commits
2012-10-29fixed api_view decorator useageStephan Groß
2012-10-29remove empty rowsStephan Groß
2012-10-29fix api_view decorator useageStephan Groß
2012-10-29add missing whitespaceStephan Groß
2012-10-29fixed missplaced semicolonStephan Groß
2012-10-29fixed missplaced semicolonStephan Groß
2012-10-29fixed missplaced semicolonStephan Groß
2012-10-29add missing semicolonStephan Groß
2012-10-29add missing "`" for code formattingStephan Groß
2012-10-29fixed api_view decorator useageStephan Groß
2012-10-29removed empty rowStephan Groß
2012-10-29correct code indentStephan Groß
2012-10-28TweaksTom Christie
2012-10-28TweaksTom Christie
2012-10-28Remove unfinished sections from the indexTom Christie
2012-10-28Add initial explanatory paragraphTom Christie
2012-10-28Remove recursion detectionTom Christie
2012-10-28nested -> depthTom Christie
2012-10-28readonly -> read_onlyTom Christie
2012-10-28Merge pull request #332 from tomchristie/tutorial-refactorTom Christie
Improve fields docs
2012-10-28Improve fields docsTom Christie
2012-10-28Get the correct instanceMarko Tibold
2012-10-28test_put_as_create_on_id_based_url should check for a created-response.Marko Tibold
2012-10-28Merge pull request #330 from tomchristie/tutorial-refactorTom Christie
Tutorial refactor
2012-10-28Minor fixesTom Christie
2012-10-28Pastebin tutorialTom Christie
2012-10-28Merge pull request #327 from tomchristie/allow-any-permissionTom Christie
Add AllowAny permission
2012-10-28Added wo tests. One for PUTing on a non-existing id-based url. And another ↵Marko Tibold
for PUTing on a non-existing slug-based url. Fix doctoring for 'test_put_cannot_set_id'.
2012-10-28TemplateHTMLRenderer, StaticHTMLRendererTom Christie
2012-10-27Add AllowAny classTom Christie
2012-10-27Add AllowAny permissionTom Christie
2012-10-27Merge pull request #326 from tomchristie/seperate-tests-appTom Christie
Push tests into a seperate app namespace 'rest_framework.test'
2012-10-27Added @madisvain. Thanks!Tom Christie
2012-10-27Push tests into a seperate app namespace 'rest_framework.test'Tom Christie
Prevents tests from running by default when rest_framework is installed as 3rd party app. Fixes #316, #185
2012-10-272.0 AnnouncementTom Christie
2012-10-27TweaksTom Christie