aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-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-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
2013-01-16Add nested create for 1to1 reverse relationshipsMark Aaron Shirley
2013-01-16Update docs/api-guide/authentication.mdFederico Capoano
2013-01-16Update docs/api-guide/authentication.mdFederico Capoano
2013-01-16Note changes to Decimal rendering to json behavior. Fixes #582.Tom Christie
2013-01-16Updated release notes.Tom Christie
2013-01-16Added @steve-gregory for nullable slug relation tests.Tom Christie
2013-01-16Drop bits of relations_slug tests which don't mirror existing tests.Tom Christie
2013-01-16Merge branch 'master' of https://github.com/steve-gregory/django-rest-framewo...Tom Christie
2013-01-15Added a new file 'relations_slug.py' that tests Nullable Foreign Keys and the...Steven Gregory
2013-01-15Added @radiosilence, for the timedelta encoding support. Thanks!Tom Christie
2013-01-15Update release notesTom Christie
2013-01-15Merge pull request #584 from radiosilence/masterTom Christie
2013-01-15Add timedelta encoder to the JSONEncoder class.James Cleveland
2013-01-15Add @shezi thanks!Stephan Groß
2013-01-15Merge pull request #583 from shezi/masterStephan Groß
2013-01-15correcting template: closing tag was missingJohannes Spielmann
2013-01-15Update docstringsTom Christie
2013-01-15Modify tutorial to work with pygments 1.6rc. Fixes #581.Tom Christie
2013-01-14Tweak messagepack linksTom Christie
2013-01-14Add link to @mjumbewu's CSV packageTom Christie
2013-01-14Version 2.1.162.1.16Tom Christie
2013-01-13Merge pull request #578 from Wackerbarth/tutorialTom Christie
2013-01-13Format extensions have already been introduced.Richard Wackerbarth
2013-01-12Merge pull request #577 from Wackerbarth/tutorialStephan Groß
2013-01-12Minor gramatical correctionRichard Wackerbarth
2013-01-12Update django-filter link to pypiStephan Groß
2013-01-12Update django-filter link to pypiStephan Groß
2013-01-12Update release notes.Tom Christie
2013-01-12PK fields should only be read-only if they are an AutoField. Fixes #563Tom Christie