aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/3-class-based-views.md
AgeCommit message (Collapse)Author
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-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-07Add some missing imports.Marko Tibold
Fix some typos. Fix some indentation errors.
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-08-29New docsTom Christie