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
Age
Commit message (
Expand
)
Author
2014-12-05
Added .validated_data usage. Closes #2214.
Tom Christie
2014-12-05
Style tweaks in examples
Tom Christie
2014-12-05
Fix quickstart tutorial
Tom Christie
2014-12-04
Fix the tutorial against the v3.0
Xavier Ordoquy
2014-12-04
print() function works from Python 2.6 to 3.X
Xavier Ordoquy
2014-12-03
Renamed validated_attrs to validated_data to be more in line with other simil...
Martin Tschammer
2014-11-29
Fixed typos
Tymur Maryokhin
2014-11-28
Merge branch '3.0-docs'
Tom Christie
2014-11-26
grammar
Will Stott
2014-11-26
a few typos
Will Stott
2014-11-25
Merge master
Tom Christie
2014-11-25
Clean up extra white space
José Padilla
2014-11-25
request.DATA, request.FILES -> request.data
Tom Christie
2014-11-24
Merge pull request #2116 from LuRsT/patch-5
Tom Christie
2014-11-24
Added missing import in tutorial snippet
Gil Gonçalves
2014-11-24
Fixed database update instructions
Gil Gonçalves
2014-11-20
Removed unused import from code snippet in tutorial
Gil Gonçalves
2014-11-19
small type
Raony Guimarães
2014-10-09
First pass on nested serializers in HTML
Tom Christie
2014-10-09
Update tutorial for 3.0
Tom Christie
2014-09-23
remove patterns and strings from urls #1898
Collin Anderson
2014-08-20
Deprecate .model attribute on views
Tom Christie
2014-08-19
Merge master
Tom Christie
2014-08-18
tabs -> spaces
Tom Christie
2014-08-18
Merge pull request #1688 from ekonstantinidis/quick-start-order
Tom Christie
2014-08-15
Strip trailing spaces in tutorial
sshquack
2014-08-15
Specify file names using standard format
sshquack
2014-08-06
Fix style for some text
nimiq
2014-07-09
Updated quick start project set up order
Emmanouil
2014-06-23
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-05-06
Replaced singular "is" by plural "are"
Sylvain Bellemare
2014-05-06
Removed unnecessary "that"
Sylvain Bellemare
2014-05-06
Added missing "the" word
Sylvain Bellemare
2014-05-05
Removed superfluous "./"s
Sylvain Bellemare
2014-05-05
Added missing "the" word
Sylvain Bellemare
2014-05-05
Added missing "to" word
Sylvain Bellemare
2014-04-13
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-02-28
clarified which urls.py to edit
DanSears
2014-01-14
Use a local virtualenv, not in the users homedir.
Tom Christie
2013-12-23
Merge branch 'bennbollay-patch-1' into 2.4.0
Tom Christie
2013-12-23
Back out permissions example change in favor of easier to follow example
Tom Christie
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-12-17
Add note on compat import in tutorial
Tom Christie
2013-12-17
Use the BytesIO for buffering bytes and import the one from the compat module.
Xavier Ordoquy
2013-12-13
Merge branch 'master' into 2.4.0
Tom Christie
2013-12-13
Expanded notes in quickstart. Closes #1127. Closes #1128.
Tom Christie
2013-11-18
Add User import. Refs #599
Tom Christie
2013-10-18
Update 3-class-based-views.md
Tom Christie
[next]