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
/
rest_framework
/
generics.py
Age
Commit message (
Expand
)
Author
2012-11-07
Make filtering optional, and pluggable.
Tom Christie
2012-11-07
Merge branch 'restframework2-filter' of git://github.com/onepercentclub/djang...
Tom Christie
2012-11-06
Use saner get_serializer signature
Tom Christie
2012-11-06
Merge branch 'master' into restframework2-filter
Ben Konrath
2012-11-05
Swap position of `instance` and `data` keyword arguments.
Tom Christie
2012-11-01
Merge branch 'master' into restframework2-filter
Ben Konrath
2012-10-30
Fix some typos.
Marko Tibold
2012-10-27
pep8
Tom Christie
2012-10-25
Rework generic view class names
Jamie Matthews
2012-10-25
Re-add implementation of multiple-operation generic views to remove diamond i...
Jamie Matthews
2012-10-24
Split concrete generic views up into separate bits of functionality
Jamie Matthews
2012-10-17
Make settings consistent with corrosponding view attributes
Tom Christie
2012-10-11
First attempt at adding filter support.
Ben Konrath
2012-10-08
Add RetrieveDestroyAPIView and remove Metadata mixin
Tom Christie
2012-10-05
Fix django 1.3 bug
Tom Christie
2012-10-05
Tweak view slightly
Tom Christie
2012-10-03
Rename generic views
Tom Christie
2012-10-01
Expand pagination support, add docs
Tom Christie
2012-09-30
Pagination support
Tom Christie
2012-09-28
Get test-only models properly working
Tom Christie
2012-09-27
Only display forms when user has permissions. #159
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie