index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
tutorial
/
3-class-based-views.md
Age
Commit message (
Expand
)
Author
2014-08-15
Strip trailing spaces in tutorial
sshquack
2013-10-18
Update 3-class-based-views.md
Tom Christie
2013-10-16
Mention name of file to edit
Rikki
2013-08-07
Fixed typos in a bunch of docs
Veronica Lynn
2013-05-28
Fix md formatting and typos
Stephan Groß
2013-04-24
Various clean up and lots of docs
Tom Christie
2013-02-12
Use `many=True` for serializers.
Tom Christie
2013-01-10
Imply an additional element in infinite lists
Richard Wackerbarth
2012-12-11
Replaced SingleObjectBaseView with SingleObjectAPIView
Colin Murtaugh
2012-12-05
Small textual fixes.
Reinout van Rees
2012-11-27
Tutorial: fix module name in section 3
Olivier Aubert
2012-11-05
Swap position of `instance` and `data` keyword arguments.
Tom Christie
2012-11-01
since MultipleObjectBaseView was renamed MultipleObjectAPIView, it stands to ...
Pavel Savchenko
2012-10-31
using 'pk' in fields throws KeyError
Pavel Savchenko
2012-10-30
removed empty row
Stephan Groß
2012-10-28
Pastebin tutorial
Tom Christie
2012-10-21
Fixing spelling errors.
Marko Tibold
2012-10-03
Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-f...
Tom Christie
2012-10-03
Rename generic views
Tom Christie
2012-10-02
Fixed references to serializer.serialized and serializer.serialized_errors
Matt Bosworth
2012-09-25
Fix incorrect bit of tutorial
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie
2012-09-19
Use named links in tutorial docs
Tom Christie
2012-09-17
Tweak docs, fix .error_data -> .errors
Tom Christie
2012-09-07
Add some missing imports.
Marko Tibold
2012-09-07
Filling out docs a bit more
Tom Christie
2012-09-03
First pass at mixins & generic views
Tom Christie
2012-09-03
Fixes to APIView
Tom Christie
2012-08-29
New docs
Tom Christie