aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial
AgeCommit message (Collapse)Author
2013-10-18Update 3-class-based-views.mdTom Christie
2013-10-18Merge pull request #1177 from rprince/patch-2Tom Christie
Mention name of file to edit
2013-10-18Merge pull request #1178 from rprince/patch-3Tom Christie
Using the filenames where relevant
2013-10-18Update 2-requests-and-responses.mdTom Christie
2013-10-16Using the filenames where relevantRikki
Sometimes it's hard to tell which file the code is intended to go in. Now it spells it out.
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-10-16Added name of file to editRikki
So reader doesn't have to remember, or check through all the files to find where this code fragment was, mention the file name when it is relevant.
2013-10-11Merge pull request #1157 from dpetzel/tutorial_authenticationTom Christie
Be sure to import UserSerializer
2013-10-05Be sure to import UserSerializerdpetzel
2013-10-05**very minor** typo fixdpetzel
2013-09-23Mindnumbingly trivial single-char typo.John Mee
2013-09-18Fixing simple typoBraulio Soncco
2013-09-02Add windows virtualenv activate instructionTom Christie
Closes #1075.
2013-08-31Updated tutorial part 6: 2 examples were missing includestom-leys
2013-08-13Small typomartync
2013-08-07Fixed typos in a bunch of docsVeronica Lynn
2013-07-27Fix Tutorial5 serializers.py typoRodrigo Martell
[Issue #N/A] A slight typo at Tutorial5 causing an Exception "name 'models' is not defined". A subtle one that can confuse Python/Django noobs like me.
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-06-10Add renderer_classes kwarg when binding snippet_highlight explicitly. Closes ↵Tom Christie
#923
2013-06-05Fix on documentation - wrong reference at previous created view UserList / ↵Areski Belaid
UserDetail
2013-05-30Rephrase serializer -> form notes in tutorialTom Christie
2013-05-30Note widget attribute on serializer field. Closes #836.Tom Christie
2013-05-30Fix quickstart urls module name. Closes #902Tom Christie
2013-05-28Fix md formatting and typosStephan Groß
2013-05-28Fixed typosPascal Borreli
2013-05-20Update TypoAndrew Tarzwell
2013-05-20TypoTom Christie
2013-05-20More explicit quickstart guide. Closes #867.Tom Christie
2013-05-10Docs tweaksTom Christie
2013-05-07Fixed typos in tutorialDaniel Hepper
2013-05-07Remove accidental conflict diffTom Christie
2013-05-05Merge masterTom Christie
2013-05-02Simplifying bits of docsTom Christie
2013-05-01Example and spelling fixes. Change "browseable" to "browsable" for consistency.Victor Shih
2013-04-26Deal with List/Instance suffixes for viewsetsTom Christie
2013-04-24Various clean up and lots of docsTom Christie
2013-04-23Merge remove-django-genericsTom Christie
2013-04-04TweaksTom Christie
2013-04-04Use consistent header style in tutorial part 5Tom Christie
2013-04-04Add support for action and link routingTom Christie
2013-03-31Add viewsets/routers to indexs etcTom Christie
2013-03-30Updating tutorialTom Christie
2013-03-30Merge branch 'master' into resources-routersTom Christie
2013-03-25Tiny typoSitong Peng
2013-03-18Merge branch 'master' into resources-routersTom Christie
2013-03-17Extra note on methodTom Christie
2013-02-25Renamed UserInstance to UserDetail in docsDanilo Bargen
2013-02-23Fix curl response.Tom Christie
Didn't map to the correct stage of the tutorial.
2013-02-23Spelling.Tom Christie