aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial
AgeCommit message (Collapse)Author
2012-10-30removed empty rowStephan Groß
2012-10-30fix ModelSerializer useageStephan Groß
cause of: from snippets.models import Snippet
2012-10-30Docs updateTom Christie
2012-10-30Docs tweaks for tutorial.Tom Christie
2012-10-29removed empty rowStephan Groß
2012-10-29correct code indentStephan Groß
2012-10-28TweaksTom Christie
2012-10-28Add initial explanatory paragraphTom Christie
2012-10-28Minor fixesTom Christie
2012-10-28Pastebin tutorialTom Christie
2012-10-26Drop resources from codebase since implementation is only partial (Created ↵Tom Christie
resoorces-routers branch for future reference)
2012-10-25remove no-site-packages since that's now the defaultTom Christie
2012-10-21Fixing spelling errors.Marko Tibold
2012-10-17Make settings consistent with corrosponding view attributesTom Christie
2012-10-17Drop .parse_string_or_stream() - keep API minimal.Tom Christie
2012-10-12Fix tiny typoJamie Matthews
2012-10-10Remove 'tut 6 - resources' from the docs, since it doesn't exist yetTom Christie
2012-10-09Tweak static files with docsTom Christie
2012-10-09Flesh out quickstart guide and make some style tweaksTom Christie
2012-10-09Tweak settings in quickstart guideTom Christie
2012-10-09Added quickstart guideTom Christie
2012-10-08Docs tweaksTom Christie
2012-10-05Doc style tweaksTom Christie
2012-10-03Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-10-03Rename generic viewsTom 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-25Fix incorrect bit of tutorialTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie
2012-09-19Use named links in tutorial docsTom Christie
2012-09-17Tweak docs, fix .error_data -> .errorsTom Christie
2012-09-14Merge branch 'browsable-bootstrap' of ↵Tom Christie
https://github.com/droptype/django-rest-framework into droptype-browsable-bootstrap
2012-09-14Flesh out resources/routers part of tutorialTom Christie
2012-09-09Browsable API doc topicAlec Perkins
2012-09-08Code highlighting in docsTom Christie
2012-09-07Merge pull request #253 from droptype/rf2-docfixesTom Christie
Fixes for the documentation styles
2012-09-07Add some missing imports.Marko Tibold
Fix some typos. Fix some indentation errors.
2012-09-07[docs] Fix typo, add link to Tom's Twitter profileAlec Perkins
2012-09-07Add note re. browseable API and @api_view decoratorTom Christie
2012-09-07Filling out docs a bit moreTom Christie
2012-09-03First pass at mixins & generic viewsTom Christie
2012-09-03Fixes to APIViewTom Christie
2012-09-03Added format_suffix_patterns, and fix up settingsTom 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