aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/5-relationships-and-hyperlinked-apis.md
AgeCommit message (Collapse)Author
2014-09-23remove patterns and strings from urls #1898Collin Anderson
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
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-05-28Fix md formatting and typosStephan Groß
2013-05-05Merge masterTom Christie
2013-05-01Example and spelling fixes. Change "browseable" to "browsable" for consistency.Victor Shih
2013-04-24Various clean up and lots of docsTom Christie
2013-04-04Use consistent header style in tutorial part 5Tom Christie
2013-02-25Renamed UserInstance to UserDetail in docsDanilo Bargen
2013-02-12Use `many=True` for serializers.Tom Christie
2013-01-24Tweak linking style.Tom Christie
2013-01-13Format extensions have already been introduced.Richard Wackerbarth
If format extensions are used, they must be used in the creation of the reverse URLs.
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-17Update contact detailsTom Christie
2012-12-05Two typo fixes.Reinout van Rees
Plural/singular fix. Typo fixed.
2012-11-05Swap position of `instance` and `data` keyword arguments.Tom Christie
2012-10-31fixed typoStephan Groß
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-30Docs updateTom Christie
2012-10-30Docs tweaks for tutorial.Tom Christie
2012-10-28TweaksTom Christie
2012-10-28Pastebin tutorialTom Christie
2012-10-10Remove 'tut 6 - resources' from the docs, since it doesn't exist yetTom Christie
2012-09-19Use named links in tutorial docsTom Christie
2012-08-29New docsTom Christie