aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-01-23Docs tweak based on user feedback.Tom Christie
2013-01-23Merge pull request #603 from minddust/validation_errorTom Christie
2013-01-23Pass PaginationSerializer context through to child ModelSerializer on init. ...Tom Christie
2013-01-23Add validate_<fieldname> bugfix to release notesStephan Groß
2013-01-23Improve validate_<fieldname> fixStephan Groß
2013-01-23Add separate test for failed custom validationStephan Groß
2013-01-22Update release notes.Tom Christie
2013-01-22Add twitter share button to index page.Tom Christie
2013-01-22Merge pull request #416 from tomchristie/unauthenticated_responseTom Christie
2013-01-22Merge branch 'master' into unauthenticated_responseTom Christie
2013-01-21WWW-Authenticate responsesTom Christie
2013-01-21Added @kevinastone, for work on extra test cases in #602. Thanks!Tom Christie
2013-01-21Merge pull request #602 from kevinastone/masterTom Christie
2013-01-21Don't do an inverted if test.Tom Christie
2013-01-21Tweaked some method names to be more clear and added a docstring to the test ...Kevin Stone
2013-01-21Add possible solution for field validation errorStephan Groß
2013-01-21Add failed testcase for fieldvalidationStephan Groß
2013-01-20Added test case for format_suffix_patterns to validate changes introduced wit...Kevin Stone
2013-01-20Add missing import to tutorial. Fixes #599 Tom Christie
2013-01-20Added @brutasse for docs fix #600. Thanks!Tom Christie
2013-01-20Merge pull request #600 from brutasse/fix/authtoken-docsTom Christie
2013-01-20Fixed reference to authtoken in the docsBruno Renié
2013-01-19Include kwargs in included URLsTom Christie
2013-01-19Drop print statementTom Christie
2013-01-19Update release notesTom Christie
2013-01-19`format_suffix_patterns` now support `include`-style nested URL patterns. Fix...Tom Christie
2013-01-19Raise assertion errors if @api_view decorator is applied incorrectly. Fixes #...Tom Christie
2013-01-19Tweak imports in tutorial. Fixes #597.Tom Christie
2013-01-19Drop unneeded testTom Christie
2013-01-18Starting migration from ManyField to Field(many=True)Tom Christie
2013-01-18Added @nemesisdesign, for documentation on Apache mod_wsgi setup. Thanks!Tom Christie
2013-01-18Rephrasing.Tom Christie
2013-01-18Merge pull request #588 from nemesisdesign/patch-1Tom Christie
2013-01-18Drop the curl notes. Unnecessary.Tom Christie
2013-01-18Note on setting ContentType. Fixes #589. Refs #586.Tom Christie
2013-01-18Update release notes.Tom Christie
2013-01-18Raise Validation Errors when relationships receive incorrect types. Fixes #590.Tom Christie
2013-01-18Revert accidental merge.Tom Christie
2013-01-18Merge pull request #556 from maspwr/one-to-one-nestedTom Christie
2013-01-18Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-01-18Update docs to reference DabApps commercial supportTom Christie
2013-01-17Kick travis into actionTom Christie
2013-01-17Tweak resource docsTom Christie
2013-01-17Added PATCH HTTP method to the docsMichael Elovskikh
2013-01-16Use None to delete nested object as opposed to _delete flagMark Aaron Shirley
2013-01-16Move nested serializer logic into .field_from_native()Mark Aaron Shirley
2013-01-16Add one-to-one nested update and delete functionalityMark Aaron Shirley
2013-01-16Update errant test commentMark Aaron Shirley
2013-01-16Update one-to-one test namesMark Aaron Shirley
2013-01-16Remove commented out debug codeMark Aaron Shirley