aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial
AgeCommit message (Expand)Author
2014-12-19Merge pull request #2010 from tanwanirahul/masterTom Christie
2014-12-19Updated documentation on url_path per suggestions.Rahul
2014-12-19Add url_path documention for detail_route decoratortanwanirahul
2014-12-17The pre_save method no longer works. This resolved issue #2306Brent O'Connor
2014-12-17With httpie 0.8.0 the HTTP method has to come after the auth argument.Brent O'Connor
2014-12-17Docs/tutorial import fixes. Refs #2296Tymur Maryokhin
2014-12-17Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-17Use six.BytesIO in tutorial. Closes #2296.Tom Christie
2014-12-17Merge pull request #2298 from epicserve/fix_typoTom Christie
2014-12-17Fixed a typoBrent O'Connor
2014-12-17Highlight trailing '.' in command so it wont be missed.Tom Christie
2014-12-15Made docs consistentJason Spafford
2014-12-11Field->ReadOnlyField in tutorial docsTom Christie
2014-12-09snippets relationship in tutorial should be read_onlyTom Christie
2014-12-08Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-08cd back to parent directoryTom Christie
2014-12-08Merge pull request #2165 from phalt/httpie-examplesTom Christie
2014-12-08one last tabs / spaces!phalt
2014-12-08fixed indentationsphalt
2014-12-06Fix the new Django default db nameXavier Ordoquy
2014-12-05Added .validated_data usage. Closes #2214.Tom Christie
2014-12-05Style tweaks in examplesTom Christie
2014-12-05Fix quickstart tutorialTom Christie
2014-12-04Fix the tutorial against the v3.0Xavier Ordoquy
2014-12-04print() function works from Python 2.6 to 3.XXavier Ordoquy
2014-12-04updates based on suggestionsphalt
2014-12-03Renamed validated_attrs to validated_data to be more in line with other simil...Martin Tschammer
2014-12-02remove unsused linkphalt
2014-12-02Only show pip install for httpiephalt
2014-12-01Use httpie for tutorialsphalt
2014-11-29Fixed typosTymur Maryokhin
2014-11-28Merge branch '3.0-docs'Tom Christie
2014-11-26grammarWill Stott
2014-11-26a few typosWill Stott
2014-11-25Merge masterTom Christie
2014-11-25Clean up extra white spaceJosé Padilla
2014-11-25request.DATA, request.FILES -> request.dataTom Christie
2014-11-24Merge pull request #2116 from LuRsT/patch-5Tom Christie
2014-11-24Added missing import in tutorial snippetGil Gonçalves
2014-11-24Fixed database update instructionsGil Gonçalves
2014-11-20Removed unused import from code snippet in tutorialGil Gonçalves
2014-11-19small typeRaony Guimarães
2014-10-09First pass on nested serializers in HTMLTom Christie
2014-10-09Update tutorial for 3.0Tom Christie
2014-09-23remove patterns and strings from urls #1898Collin Anderson
2014-08-20Deprecate .model attribute on viewsTom Christie
2014-08-19Merge masterTom Christie
2014-08-18tabs -> spacesTom Christie
2014-08-18Merge pull request #1688 from ekonstantinidis/quick-start-orderTom Christie
2014-08-15Strip trailing spaces in tutorialsshquack