aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial
AgeCommit message (Collapse)Author
2015-04-07Fix typo.Oleg Marshev
2015-03-16Add necessary imports to final urls.py exampleKyle P. Johnson
2015-03-11Fix example of explicit format URL (for real).Esmail
Do what I meant to do in #2670: The link is displayed in the tutorial as "http://example.com/api/items/4.json" but the hyperlink itself and what the example code actually works with are (in my opinion, less pretty) URLs like "http://example.com/api/items/4/.json".
2015-03-04Clean up pagination attributesTom Christie
2015-02-09Merge masterTom Christie
2015-02-06Merge pull request #2460 from mmarvick/masterJosé Padilla
Small fixes to the tutorial
2015-02-05Revert some of the changes made in 1-serialization.mdMichael Marvick
2015-02-01Fixes #2493José Padilla
2015-01-25tutorial #5 incorrectly referenced 'settings.py' instead of ↵Michael Marvick
'tutorial/settings.py'
2015-01-25tutorial #2 incorrectly showed /item.json instead of /item/.json for format ↵Michael Marvick
suffixes
2015-01-25tutorial #1 incorrectly showed string of json instead of ReturnDict type ↵Michael Marvick
from 'serializer.data', and also has a third item in the second usage
2015-01-21Merge masterTom Christie
2015-01-19correcting "it's" to "its" in Tutorial 1Eric Theise
2015-01-19Merge masterTom Christie
2015-01-09Tweaked a few issues in the tutorial documentation.Travis Swientek
2015-01-05Merge branch 'master' into version-3.1Tom Christie
2015-01-01fix widget style formattingRob Terhaar
2014-12-19Merge pull request #2010 from tanwanirahul/masterTom Christie
Ability to customize method names without creating a custom router
2014-12-19Updated documentation on url_path per suggestions.Rahul
2014-12-19Add url_path documention for detail_route decoratortanwanirahul
2014-12-18Merge branch 'master' into version-3.1Tom Christie
2014-12-17The pre_save method no longer works. This resolved issue #2306Brent O'Connor
2014-12-17With httpie 0.8.0 the HTTP method has to come after the auth argument.Brent O'Connor
2014-12-17Docs/tutorial import fixes. Refs #2296Tymur Maryokhin
2014-12-17Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-17Use six.BytesIO in tutorial. Closes #2296.Tom Christie
2014-12-17Merge pull request #2298 from epicserve/fix_typoTom Christie
Fixed a typo
2014-12-17Fixed a typoBrent O'Connor
2014-12-17Highlight trailing '.' in command so it wont be missed.Tom Christie
2014-12-15Merge masterTom Christie
2014-12-15Made docs consistentJason Spafford
2014-12-12Merge masterTom Christie
2014-12-11Field->ReadOnlyField in tutorial docsTom Christie
2014-12-09snippets relationship in tutorial should be read_onlyTom Christie
2014-12-08Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-08cd back to parent directoryTom Christie
2014-12-08Merge pull request #2165 from phalt/httpie-examplesTom Christie
Use httpie for tutorials
2014-12-08one last tabs / spaces!phalt
2014-12-08fixed indentationsphalt
2014-12-06Fix the new Django default db nameXavier Ordoquy
PrimaryKeyRelatedField now needs a queryset argument. urls now don't use urlpatterns.
2014-12-05Added .validated_data usage. Closes #2214.Tom Christie
2014-12-05Style tweaks in examplesTom Christie
2014-12-05Fix quickstart tutorialTom Christie
2014-12-04Fix the tutorial against the v3.0Xavier Ordoquy
2014-12-04print() function works from Python 2.6 to 3.XXavier Ordoquy
2014-12-04updates based on suggestionsphalt
2014-12-03Renamed validated_attrs to validated_data to be more in line with other ↵Martin Tschammer
similar code.
2014-12-02remove unsused linkphalt
2014-12-02Only show pip install for httpiephalt
2014-12-01Use httpie for tutorialsphalt