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
/
1-serialization.md
Age
Commit message (
Expand
)
Author
2015-04-07
Fix typo.
Oleg Marshev
2015-02-01
Fixes #2493
José Padilla
2015-01-19
correcting "it's" to "its" in Tutorial 1
Eric Theise
2015-01-09
Tweaked a few issues in the tutorial documentation.
Travis Swientek
2015-01-01
fix widget style formatting
Rob Terhaar
2014-12-17
Docs/tutorial import fixes. Refs #2296
Tymur Maryokhin
2014-12-17
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-12-17
Use six.BytesIO in tutorial. Closes #2296.
Tom Christie
2014-12-17
Fixed a typo
Brent O'Connor
2014-12-08
Merge pull request #2165 from phalt/httpie-examples
Tom Christie
2014-12-08
one last tabs / spaces!
phalt
2014-12-08
fixed indentations
phalt
2014-12-05
Added .validated_data usage. Closes #2214.
Tom Christie
2014-12-05
Style tweaks in examples
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-04
updates based on suggestions
phalt
2014-12-03
Renamed validated_attrs to validated_data to be more in line with other simil...
Martin Tschammer
2014-12-02
remove unsused link
phalt
2014-12-02
Only show pip install for httpie
phalt
2014-12-01
Use httpie for tutorials
phalt
2014-11-26
grammar
Will Stott
2014-11-26
a few typos
Will Stott
2014-11-25
Clean up extra white space
José Padilla
2014-10-09
Update tutorial for 3.0
Tom Christie
2014-09-23
remove patterns and strings from urls #1898
Collin Anderson
2014-08-15
Strip trailing spaces in tutorial
sshquack
2014-05-05
Added missing "the" word
Sylvain Bellemare
2014-05-05
Added missing "to" word
Sylvain Bellemare
2014-01-14
Use a local virtualenv, not in the users homedir.
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-10-05
**very minor** typo fix
dpetzel
2013-08-07
Fixed typos in a bunch of docs
Veronica Lynn
2013-06-16
Update 1-serialization.md
bigsassy
2013-06-12
Changes 'python' to 'Python' when used in prose.
Toby Champion
2013-05-30
Rephrase serializer -> form notes in tutorial
Tom Christie
2013-05-30
Note widget attribute on serializer field. Closes #836.
Tom Christie
2013-05-28
Fix md formatting and typos
Stephan Groß
2013-05-07
Typo
Tom Christie
2013-03-17
Extra note on method
Tom Christie
2013-02-23
Formatting.
Tom Christie
2013-02-23
Add missing `blank=True` to model in tutorial.
Tom Christie
2013-02-14
Missing imports added
eofs
2013-02-12
Use `many=True` for serializers.
Tom Christie
2013-01-28
And link to quickstart.
Tom Christie
2013-01-28
Revert comment.
Tom Christie
[next]