aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/1-serialization.md
AgeCommit message (Collapse)Author
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
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie
2012-09-17Tweak docs, fix .error_data -> .errorsTom Christie
2012-09-08Code highlighting in docsTom Christie
2012-09-03Added the api_view decoratorTom Christie
2012-09-03Parsers may return raw data, or a DataAndFiles objectTom Christie
2012-09-03Neater virtualenv in tutorialTom Christie
2012-09-03Support generatorsTom Christie
2012-09-03Update virtualenv notesTom Christie
2012-09-03Add virtualenv to start of tutorialTom Christie
2012-08-29New docsTom Christie