aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-10-30Merge branch 'restframework2' into rest-framework-2-merge2.0.0Tom Christie
2012-10-30Make docs ready to push to django-rest-framework.orgTom Christie
2012-10-30Merge pull request #341 from minddust/restframework2Tom Christie
2012-10-30Final docs tweaks for 2.0Tom Christie
2012-10-30added missing word + removed double whitespaceStephan Groß
2012-10-30added missing wordStephan Groß
2012-10-30fixed typoStephan Groß
2012-10-30fixed typoStephan Groß
2012-10-30removed empty rowStephan Groß
2012-10-30fix ModelSerializer useageStephan Groß
2012-10-30Docs updateTom Christie
2012-10-30Docs tweaks for tutorial.Tom Christie
2012-10-30Raise nicer exception if queryset not Set on writable related field. Refs: #338Tom Christie
2012-10-30Merge fixes for 'blank=True' fields. Fixes #324, Fixes #325Tom Christie
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
2012-10-30Update browser enhancments docs. Fixes #339.Tom Christie
2012-10-30Merge pull request #336 from markotibold/null_is_true_model_fieldsTom Christie
2012-10-30Merge pull request #337 from markotibold/typosTom Christie
2012-10-30Fix some typos.Marko Tibold
2012-10-30Set a ModelSerializer field to required=False if the ModelField has null=True...Marko Tibold
2012-10-30Adding failing tests that show null=True model fields are won't validate if t...Marko Tibold
2012-10-29Fix slug based put as create testTom Christie
2012-10-29Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-f...Tom Christie
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
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(), n...Tom Christie
2012-10-29TweakTom Christie
2012-10-29Added @minddust. Thanks!Tom Christie
2012-10-29Merge pull request #334 from minddust/restframework2Tom Christie
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