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-05-18
expose the fields metadata via OPTIONS as described in https://github.com/tom...
Nikolaus Schlemm
2013-04-25
Cleanup docstrings
Tom Christie
2013-04-23
Merge remove-django-generics
Tom Christie
2013-04-16
Explicit error if dev does not return a response from the view
Tom Christie
2013-04-09
Minor cleaning up on View
Tom Christie
2013-04-04
Factor view names/descriptions out of View class
Tom Christie
2013-02-28
Auth is no longer lazy. Closes #667.
Tom Christie
2013-02-28
Drop unused import
Tom Christie
2013-02-22
Py3/2 compat fixes for uncode view names/descriptions
Tom Christie
2013-02-22
Fixed UnicodeDecodeError on get_name and get_description methods
Michael Elovskikh
2013-02-20
Fix docstring
Tom Christie
2013-02-15
Drop unused import.
Tom Christie
2013-02-12
Tidy up internal view permission checking logic.
Tom Christie
2013-02-12
New style object-level permission checks
Tom Christie
2013-02-06
Purge naked excepts.
Marc Tamlyn
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
[prev]