aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/3-class-based-views.md
AgeCommit message (Collapse)Author
2015-01-09Tweaked a few issues in the tutorial documentation.Travis Swientek
2014-11-25request.DATA, request.FILES -> request.dataTom Christie
2014-09-23remove patterns and strings from urls #1898Collin Anderson
2014-08-15Strip trailing spaces in tutorialsshquack
2013-10-18Update 3-class-based-views.mdTom Christie
2013-10-16Mention name of file to editRikki
To reduce unnecessary cognitive load of the learner, name the file they are putting this code in.
2013-08-07Fixed typos in a bunch of docsVeronica Lynn
2013-05-28Fix md formatting and typosStephan Groß
2013-04-24Various clean up and lots of docsTom Christie
2013-02-12Use `many=True` for serializers.Tom Christie
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-11Replaced SingleObjectBaseView with SingleObjectAPIViewColin Murtaugh
2012-12-05Small textual fixes.Reinout van Rees
2012-11-27Tutorial: fix module name in section 3Olivier Aubert
Again snippet -> snippets, but then it could be simpler (and possibly intended) to rename snippets to snippet in the first section of the tutorial.
2012-11-05Swap position of `instance` and `data` keyword arguments.Tom Christie
2012-11-01since MultipleObjectBaseView was renamed MultipleObjectAPIView, it stands to ↵Pavel Savchenko
reason to complete the renaming in docs and comments as well.
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-30removed empty rowStephan Groß
2012-10-28Pastebin tutorialTom Christie
2012-10-21Fixing spelling errors.Marko Tibold
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