aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial
AgeCommit message (Collapse)Author
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
2013-02-23Autenticating with curl example.Tom Christie
2013-02-23Formatting.Tom Christie
2013-02-23Add curl examples.Tom Christie
2013-02-23Add missing `blank=True` to model in tutorial.Tom Christie
2013-02-14Missing imports addedeofs
2013-02-12Use `many=True` for serializers.Tom Christie
2013-02-12New style object-level permission checksTom Christie
2013-01-28And link to quickstart.Tom Christie
2013-01-28Revert comment.Tom Christie
2013-01-28Update docs/tutorial/1-serialization.mdMike TUMS
Update for tutorials (manual serialization) to support HTTP PATCH method (partial update of instance)
2013-01-25Update docs/tutorial/4-authentication-and-permissions.mdGuglielmo
HTMLFormatter is in pygments.formatters.html
2013-01-24Tweak linking style.Tom Christie
2013-01-23Docs tweak based on user feedback.Tom Christie
2013-01-20Add missing import to tutorial. Fixes #599 Tom Christie
2013-01-19Tweak imports in tutorial. Fixes #597.Tom Christie
2013-01-15Modify tutorial to work with pygments 1.6rc. Fixes #581.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-12Minor gramatical correctionRichard Wackerbarth
2013-01-10Make the whitespace uniformRichard Wackerbarth
2013-01-10Bringing up the Web APIRichard Wackerbarth
2013-01-10Some comment on the tutorial repositoryRichard Wackerbarth
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-11Replaced SingleObjectBaseView with SingleObjectAPIViewColin Murtaugh
2012-12-05Two typo fixes.Reinout van Rees
Plural/singular fix. Typo fixed.
2012-12-05Small textual fixes.Reinout van Rees
2012-12-05Small textual fixes.Reinout van Rees
2012-12-05Textual fixes.Reinout van Rees
Added a sentence introducing the second view. Fix one or two additional sentences.
2012-12-05Fixed typos and fixed wording.Reinout van Rees
Some singular/plural fixes. Fixed some 'serialise->serialize' kind of UK/US differences. The 'z' seems more common in the rest of the docs, so that's what I used. Removed a half-finished-sentence left dangling somewhere.
2012-12-05Fixed wording.Reinout van Rees
2012-11-30Fixed typo in import statement of tutorialmvdwaeter
2012-11-27Merge pull request #455 from oaubert/patch-2Stephan Groß
Tutorial: fix module name in section 3
2012-11-27Tutorial: fix module name in section 3Olivier Aubert
Again snippet -> snippets, but then it could be simpler (and possibly intended) to rename snippets to snippet in the first section of the tutorial.
2012-11-27Tutorial: fix module name in section 2Olivier Aubert
snippet -> snippets (to match section 1).
2012-11-17Missing import of "Permission" model in docsEugene MechanisM
Missing import of "Permission" model in docs
2012-11-05Swap position of `instance` and `data` keyword arguments.Tom Christie
2012-11-01Merge masterTom Christie
2012-11-01Relational field support in browseable API.Tom Christie
Add slug relational fields. Add quickstart.
2012-11-01since MultipleObjectBaseView was renamed MultipleObjectAPIView, it stands to ↵Pavel Savchenko
reason to complete the renaming in docs and comments as well.
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-30Merge pull request #341 from minddust/restframework2Tom Christie
fix ModelSerializer useage
2012-10-30Final docs tweaks for 2.0Tom Christie
2012-10-30added missing word + removed double whitespaceStephan Groß
2012-10-30added missing wordStephan Groß
2012-10-30fixed typoStephan Groß
2012-10-30fixed typoStephan Groß