aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial
AgeCommit message (Collapse)Author
2014-11-29Fixed typosTymur Maryokhin
2014-11-29Remove YAML support from coreJosé Padilla
2014-11-28Merge branch '3.0-docs'Tom Christie
2014-11-26grammarWill Stott
2014-11-26a few typosWill Stott
2014-11-25Merge masterTom Christie
2014-11-25Clean up extra white spaceJosé Padilla
2014-11-25request.DATA, request.FILES -> request.dataTom Christie
2014-11-24Merge pull request #2116 from LuRsT/patch-5Tom Christie
Fixed database update instructions
2014-11-24Added missing import in tutorial snippetGil Gonçalves
2014-11-24Fixed database update instructionsGil Gonçalves
2014-11-20Removed unused import from code snippet in tutorialGil Gonçalves
2014-11-19small typeRaony Guimarães
2014-10-09First pass on nested serializers in HTMLTom Christie
2014-10-09Update tutorial for 3.0Tom Christie
2014-09-23remove patterns and strings from urls #1898Collin Anderson
2014-08-20Deprecate .model attribute on viewsTom Christie
2014-08-19Merge masterTom Christie
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-06-23Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
Conflicts: .travis.yml docs/api-guide/viewsets.md rest_framework/serializers.py rest_framework/throttling.py tests/test_generics.py tests/test_serializers.py tox.ini
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-04-13Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
Conflicts: .travis.yml docs/api-guide/fields.md docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/authentication.py rest_framework/serializers.py rest_framework/templatetags/rest_framework.py rest_framework/tests/test_authentication.py rest_framework/tests/test_filters.py rest_framework/tests/test_hyperlinkedserializers.py rest_framework/tests/test_serializer.py rest_framework/tests/test_testing.py rest_framework/utils/encoders.py tox.ini
2014-02-28clarified which urls.py to editDanSears
2014-01-14Use a local virtualenv, not in the users homedir.Tom Christie
2013-12-23Merge branch 'bennbollay-patch-1' into 2.4.0Tom Christie
Conflicts: .travis.yml docs/api-guide/routers.md rest_framework/compat.py tox.ini
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-13Merge branch 'master' into 2.4.0Tom Christie
Conflicts: .travis.yml docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/compat.py
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.