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
/
views.py
Age
Commit message (
Expand
)
Author
2013-02-04
Cleanup imports
Tom Christie
2013-01-21
WWW-Authenticate responses
Tom Christie
2013-01-07
Merged to latest master
Tom Christie
2012-11-14
fixed some typos
Stephan Groß
2012-11-13
Implementing 401 vs 403 responses
Tom Christie
2012-11-06
Support for HTML error templates. Fixes #319.
Tom Christie
2012-10-30
Fix some typos.
Marko Tibold
2012-10-17
Make settings consistent with corrosponding view attributes
Tom Christie
2012-10-17
Negotiation API finalized. .select_renderers and .select_parsers
Tom Christie
2012-10-17
parser_context includes `view`, `request`, `args`, `kwargs`. (Not `meta` and...
Tom Christie
2012-10-17
Drop .parse_string_or_stream() - keep API minimal.
Tom Christie
2012-10-15
Explicit CSRF failure message. Fixes #60.
Tom Christie
2012-10-15
Tweak parsers to take parser_context
Tom Christie
2012-10-10
Make sure JSON output in Browseable API is nicely indented
Tom Christie
2012-10-10
Permissions and throttles no longer have a view attribute on self. Explicitl...
Tom Christie
2012-10-09
Function based views get proper naming in browseable API
Tom Christie
2012-10-08
Add RetrieveDestroyAPIView and remove Metadata mixin
Tom Christie
2012-10-05
Remove Parser.can_handle_request()
Tom Christie
2012-10-05
Tweak view slightly
Tom Christie
2012-10-05
User .accepted_renderer, .accepted_media_type
Tom Christie
2012-10-05
Accepted media type uses most specific of client/renderer media types.
Tom Christie
2012-09-28
Add more tests for generic views
Tom Christie
2012-09-27
Only display forms when user has permissions. #159
Tom Christie
2012-09-21
Tweak media_type -> accepted_media_type. Need to document, but marginally le...
Tom Christie
2012-09-20
Clean up bits of templates etc
Tom Christie
2012-09-20
Hack out bunch of unneccesary private methods on View class
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie