| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-09 | Update tutorial for 3.0 | Tom Christie | |
| 2014-09-23 | remove patterns and strings from urls #1898 | Collin Anderson | |
| 2014-08-15 | Strip trailing spaces in tutorial | sshquack | |
| 2014-05-05 | Added missing "the" word | Sylvain Bellemare | |
| 2014-05-05 | Added missing "to" word | Sylvain Bellemare | |
| 2014-01-14 | Use a local virtualenv, not in the users homedir. | Tom Christie | |
| 2013-12-23 | Simplified some examples in tutorial | amatellanes | |
| 2013-12-23 | Revert "Simplified some examples in tutorial" | amatellanes | |
| This reverts commit d6806340e54408858da4b2dc991be99edd65df76. | |||
| 2013-12-23 | Simplified some examples in tutorial | amatellanes | |
| 2013-12-17 | Add note on compat import in tutorial | Tom Christie | |
| 2013-12-17 | Use the BytesIO for buffering bytes and import the one from the compat module. | Xavier Ordoquy | |
| 2013-10-05 | **very minor** typo fix | dpetzel | |
| 2013-08-07 | Fixed typos in a bunch of docs | Veronica Lynn | |
| 2013-06-16 | Update 1-serialization.md | bigsassy | |
| Fixed typo in documentation (Testarea to Textarea) | |||
| 2013-06-12 | Changes 'python' to 'Python' when used in prose. | Toby Champion | |
| 2013-05-30 | Rephrase serializer -> form notes in tutorial | Tom Christie | |
| 2013-05-30 | Note widget attribute on serializer field. Closes #836. | Tom Christie | |
| 2013-05-28 | Fix md formatting and typos | Stephan Groß | |
| 2013-05-07 | Typo | Tom Christie | |
| 2013-03-17 | Extra note on method | Tom Christie | |
| 2013-02-23 | Formatting. | Tom Christie | |
| 2013-02-23 | Add missing `blank=True` to model in tutorial. | Tom Christie | |
| 2013-02-14 | Missing imports added | eofs | |
| 2013-02-12 | Use `many=True` for serializers. | Tom Christie | |
| 2013-01-28 | And link to quickstart. | Tom Christie | |
| 2013-01-28 | Revert comment. | Tom Christie | |
| 2013-01-28 | Update docs/tutorial/1-serialization.md | Mike TUMS | |
| Update for tutorials (manual serialization) to support HTTP PATCH method (partial update of instance) | |||
| 2013-01-19 | Tweak imports in tutorial. Fixes #597. | Tom Christie | |
| 2013-01-15 | Modify tutorial to work with pygments 1.6rc. Fixes #581. | Tom Christie | |
| 2013-01-10 | Make the whitespace uniform | Richard Wackerbarth | |
| 2013-01-10 | Bringing up the Web API | Richard Wackerbarth | |
| 2013-01-10 | Some comment on the tutorial repository | Richard Wackerbarth | |
| 2013-01-10 | Imply an additional element in infinite lists | Richard Wackerbarth | |
| This is to allow the addition of elements without having to change existing lines of code | |||
| 2012-12-05 | Fixed 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-11-05 | Swap position of `instance` and `data` keyword arguments. | Tom Christie | |
| 2012-10-31 | using 'pk' in fields throws KeyError | Pavel 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-30 | Merge pull request #341 from minddust/restframework2 | Tom Christie | |
| fix ModelSerializer useage | |||
| 2012-10-30 | Final docs tweaks for 2.0 | Tom Christie | |
| 2012-10-30 | fix ModelSerializer useage | Stephan Groß | |
| cause of: from snippets.models import Snippet | |||
| 2012-10-30 | Docs update | Tom Christie | |
| 2012-10-29 | removed empty row | Stephan Groß | |
| 2012-10-29 | correct code indent | Stephan Groß | |
| 2012-10-28 | Minor fixes | Tom Christie | |
| 2012-10-28 | Pastebin tutorial | Tom Christie | |
| 2012-10-25 | remove no-site-packages since that's now the default | Tom Christie | |
| 2012-10-17 | Drop .parse_string_or_stream() - keep API minimal. | Tom Christie | |
| 2012-10-08 | Docs tweaks | Tom Christie | |
| 2012-10-05 | Doc style tweaks | Tom Christie | |
| 2012-10-02 | Fixed references to serializer.serialized and serializer.serialized_errors | Matt Bosworth | |
| in part 3 of the tutorial. Altered part 1 to use blogs/urls.py since it was specified at the beginning. Also caught some spelling errors while I was at it. | |||
| 2012-09-25 | Add readonly 'id' field | Tom Christie | |
