aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-10-30Allow use of absolute URLs when deserializing hyperlinked fieldsTom Christie
2012-10-30Hyperlinked serializer testsTom Christie
2012-10-30Merge pull request #335 from tomchristie/related-field-as-instanceTom Christie
Writable related fields should return a model instance from .from_native...
2012-10-30Update browser enhancments docs. Fixes #339.Tom Christie
2012-10-30Merge pull request #336 from markotibold/null_is_true_model_fieldsTom Christie
Null is true model fields
2012-10-30Merge pull request #337 from markotibold/typosTom Christie
Fix some typos.
2012-10-30Fix some typos.Marko Tibold
2012-10-30Set a ModelSerializer field to required=False if the ModelField has ↵Marko Tibold
null=True set.
2012-10-30Adding failing tests that show null=True model fields are won't validate if ↵Marko Tibold
their value is omitted.
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