index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
tutorial
/
2-requests-and-responses.md
Age
Commit message (
Expand
)
Author
2014-09-23
remove patterns and strings from urls #1898
Collin Anderson
2014-08-15
Strip trailing spaces in tutorial
sshquack
2013-12-23
Simplified some examples in tutorial
amatellanes
2013-12-23
Revert "Simplified some examples in tutorial"
amatellanes
2013-12-23
Simplified some examples in tutorial
amatellanes
2013-10-18
Update 2-requests-and-responses.md
Tom Christie
2013-10-16
Added name of file to edit
Rikki
2013-09-18
Fixing simple typo
Braulio Soncco
2013-05-28
Fix md formatting and typos
Stephan Groß
2013-05-10
Docs tweaks
Tom Christie
2013-05-01
Example and spelling fixes. Change "browseable" to "browsable" for consistency.
Victor Shih
2013-02-23
Add curl examples.
Tom Christie
2013-02-12
Use `many=True` for serializers.
Tom Christie
2013-01-10
Make the whitespace uniform
Richard Wackerbarth
2013-01-10
Imply an additional element in infinite lists
Richard Wackerbarth
2012-12-05
Textual fixes.
Reinout van Rees
2012-11-30
Fixed typo in import statement of tutorial
mvdwaeter
2012-11-27
Tutorial: fix module name in section 2
Olivier Aubert
2012-11-05
Swap position of `instance` and `data` keyword arguments.
Tom Christie
2012-10-31
using 'pk' in fields throws KeyError
Pavel Savchenko
2012-10-28
Minor fixes
Tom Christie
2012-10-28
Pastebin tutorial
Tom Christie
2012-10-21
Fixing spelling errors.
Marko Tibold
2012-10-08
Docs tweaks
Tom Christie
2012-10-02
Fixed references to serializer.serialized and serializer.serialized_errors
Matt Bosworth
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie
2012-09-19
Use named links in tutorial docs
Tom Christie
2012-09-17
Tweak docs, fix .error_data -> .errors
Tom Christie
2012-09-09
Browsable API doc topic
Alec Perkins
2012-09-07
Add note re. browseable API and @api_view decorator
Tom Christie
2012-09-07
Filling out docs a bit more
Tom Christie
2012-09-03
Added format_suffix_patterns, and fix up settings
Tom Christie
2012-09-03
Added the api_view decorator
Tom Christie
2012-08-29
New docs
Tom Christie