aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/1-serialization.md
AgeCommit message (Collapse)Author
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
This reverts commit d6806340e54408858da4b2dc991be99edd65df76.
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
Fixed typo in documentation (Testarea to Textarea)
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
2013-01-28Update docs/tutorial/1-serialization.mdMike TUMS
Update for tutorials (manual serialization) to support HTTP PATCH method (partial update of instance)
2013-01-19Tweak imports in tutorial. Fixes #597.Tom Christie
2013-01-15Modify tutorial to work with pygments 1.6rc. Fixes #581.Tom Christie
2013-01-10Make the whitespace uniformRichard Wackerbarth
2013-01-10Bringing up the Web APIRichard Wackerbarth
2013-01-10Some comment on the tutorial repositoryRichard 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-05Fixed typos and fixed wording.Reinout van Rees
Some singular/plural fixes. Fixed some 'serialise->serialize' kind of UK/US differences. The 'z' seems more common in the rest of the docs, so that's what I used. Removed a half-finished-sentence left dangling somewhere.
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-30Merge pull request #341 from minddust/restframework2Tom Christie
fix ModelSerializer useage
2012-10-30Final docs tweaks for 2.0Tom Christie
2012-10-30fix ModelSerializer useageStephan Groß
cause of: from snippets.models import Snippet
2012-10-30Docs updateTom Christie
2012-10-29removed empty rowStephan Groß
2012-10-29correct code indentStephan Groß
2012-10-28Minor fixesTom Christie
2012-10-28Pastebin tutorialTom Christie
2012-10-25remove no-site-packages since that's now the defaultTom Christie
2012-10-17Drop .parse_string_or_stream() - keep API minimal.Tom Christie
2012-10-08Docs tweaksTom Christie
2012-10-05Doc style 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-25Add readonly 'id' fieldTom Christie
2012-09-25Add csrf noteTom Christie