aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial
AgeCommit message (Collapse)Author
2014-08-18tabs -> spacesTom Christie
2014-08-18Merge pull request #1688 from ekonstantinidis/quick-start-orderTom Christie
Updated quick start project set up order
2014-08-15Strip trailing spaces in tutorialsshquack
2014-08-15Specify file names using standard formatsshquack
+ Explicitly specify module names in the standard format similar to all the other tutorials + Remove the extra quote around module name
2014-08-06Fix style for some textnimiq
2014-07-09Updated quick start project set up orderEmmanouil
2014-05-06Replaced singular "is" by plural "are"Sylvain Bellemare
2014-05-06Removed unnecessary "that"Sylvain Bellemare
2014-05-06Added missing "the" wordSylvain Bellemare
2014-05-05Removed superfluous "./"sSylvain Bellemare
2014-05-05Added missing "the" wordSylvain Bellemare
2014-05-05Added missing "to" wordSylvain Bellemare
2014-02-28clarified which urls.py to editDanSears
2014-01-14Use a local virtualenv, not in the users homedir.Tom Christie
2013-12-23Back out permissions example change in favor of easier to follow exampleTom Christie
2013-12-23Simplified some examples in tutorialamatellanes
2013-12-23Revert "Simplified some examples in tutorial"amatellanes
This reverts commit d6806340e54408858da4b2dc991be99edd65df76.
2013-12-23Simplified some examples in tutorialamatellanes
2013-12-17Add note on compat import in tutorialTom Christie
2013-12-17Use the BytesIO for buffering bytes and import the one from the compat module.Xavier Ordoquy
2013-12-13Expanded notes in quickstart. Closes #1127. Closes #1128.Tom Christie
2013-11-18Add User import. Refs #599Tom Christie
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