aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/1-serialization.md
AgeCommit message (Expand)Author
2015-04-07Fix typo.Oleg Marshev
2015-02-01Fixes #2493José Padilla
2015-01-19correcting "it's" to "its" in Tutorial 1Eric Theise
2015-01-09Tweaked a few issues in the tutorial documentation.Travis Swientek
2015-01-01fix widget style formattingRob Terhaar
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-17Fixed a typoBrent O'Connor
2014-12-08Merge pull request #2165 from phalt/httpie-examplesTom Christie
2014-12-08one last tabs / spaces!phalt
2014-12-08fixed indentationsphalt
2014-12-05Added .validated_data usage. Closes #2214.Tom Christie
2014-12-05Style tweaks in examplesTom 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-26grammarWill Stott
2014-11-26a few typosWill Stott
2014-11-25Clean up extra white spaceJosé Padilla
2014-10-09Update tutorial for 3.0Tom Christie
2014-09-23remove patterns and strings from urls #1898Collin Anderson
2014-08-15Strip trailing spaces in tutorialsshquack
2014-05-05Added missing "the" wordSylvain Bellemare
2014-05-05Added missing "to" wordSylvain Bellemare
2014-01-14Use a local virtualenv, not in the users homedir.Tom Christie
2013-12-23Simplified some examples in tutorialamatellanes
2013-12-23Revert "Simplified some examples in tutorial"amatellanes
2013-12-23Simplified some examples in tutorialamatellanes
2013-12-17Add note on compat import in tutorialTom Christie
2013-12-17Use the BytesIO for buffering bytes and import the one from the compat module.Xavier Ordoquy
2013-10-05**very minor** typo fixdpetzel
2013-08-07Fixed typos in a bunch of docsVeronica Lynn
2013-06-16Update 1-serialization.mdbigsassy
2013-06-12Changes 'python' to 'Python' when used in prose.Toby Champion
2013-05-30Rephrase serializer -> form notes in tutorialTom Christie
2013-05-30Note widget attribute on serializer field. Closes #836.Tom Christie
2013-05-28Fix md formatting and typosStephan Groß
2013-05-07TypoTom Christie
2013-03-17Extra note on methodTom Christie
2013-02-23Formatting.Tom Christie
2013-02-23Add missing `blank=True` to model in tutorial.Tom Christie
2013-02-14Missing imports addedeofs
2013-02-12Use `many=True` for serializers.Tom Christie
2013-01-28And link to quickstart.Tom Christie
2013-01-28Revert comment.Tom Christie