aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/2-requests-and-responses.md
AgeCommit message (Collapse)Author
2014-09-23remove patterns and strings from urls #1898Collin Anderson
2014-08-15Strip trailing spaces in tutorialsshquack
2013-12-23Simplified some examples in tutorialamatellanes
2013-12-23Revert "Simplified some examples in tutorial"amatellanes
This reverts commit d6806340e54408858da4b2dc991be99edd65df76.
2013-12-23Simplified some examples in tutorialamatellanes
2013-10-18Update 2-requests-and-responses.mdTom Christie
2013-10-16Added name of file to editRikki
So reader doesn't have to remember, or check through all the files to find where this code fragment was, mention the file name when it is relevant.
2013-09-18Fixing simple typoBraulio Soncco
2013-05-28Fix md formatting and typosStephan Groß
2013-05-10Docs tweaksTom Christie
2013-05-01Example and spelling fixes. Change "browseable" to "browsable" for consistency.Victor Shih
2013-02-23Add curl examples.Tom Christie
2013-02-12Use `many=True` for serializers.Tom Christie
2013-01-10Make the whitespace uniformRichard Wackerbarth
2013-01-10Imply an additional element in infinite listsRichard Wackerbarth
This is to allow the addition of elements without having to change existing lines of code
2012-12-05Textual fixes.Reinout van Rees
Added a sentence introducing the second view. Fix one or two additional sentences.
2012-11-30Fixed typo in import statement of tutorialmvdwaeter
2012-11-27Tutorial: fix module name in section 2Olivier Aubert
snippet -> snippets (to match section 1).
2012-11-05Swap position of `instance` and `data` keyword arguments.Tom Christie
2012-10-31using 'pk' in fields throws KeyErrorPavel Savchenko
add missing imports Browsable API seems to be working fine with FBV's (2.0.0) removing snippets from the URI doesn't make sense remain consistent in using SnippetDetail
2012-10-28Minor fixesTom Christie
2012-10-28Pastebin tutorialTom Christie
2012-10-21Fixing spelling errors.Marko Tibold
2012-10-08Docs tweaksTom Christie
2012-10-02Fixed references to serializer.serialized and serializer.serialized_errorsMatt Bosworth
in part 3 of the tutorial. Altered part 1 to use blogs/urls.py since it was specified at the beginning. Also caught some spelling errors while I was at it.
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie
2012-09-19Use named links in tutorial docsTom Christie
2012-09-17Tweak docs, fix .error_data -> .errorsTom Christie
2012-09-09Browsable API doc topicAlec Perkins
2012-09-07Add note re. browseable API and @api_view decoratorTom Christie
2012-09-07Filling out docs a bit moreTom Christie
2012-09-03Added format_suffix_patterns, and fix up settingsTom Christie
2012-09-03Added the api_view decoratorTom Christie
2012-08-29New docsTom Christie