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
/
djangorestframework
/
views.py
Age
Commit message (
Expand
)
Author
2012-01-18
Docstring/whitespace fixes.
Ben Timby
2012-01-11
Remove explicit handling of 'OPTIONS' method, just raise the response, rather...
Tom Christie
2012-01-11
Some minor tidy up
Tom Christie
2012-01-10
Introduce a final methods in View class
Benoit C
2012-01-04
Only set the script_prefix if the prefix isn't already a full URL.
Mjumbe Poe
2011-12-12
Typo.
Tom Christie
2011-12-09
Merge meurig's absolute_url fix.
Tom Christie
2011-10-31
whitespace fix
Meurig Freeman
2011-10-31
make use of original prefix when generating absolute urls
Meurig Freeman
2011-07-30
Added support for OPTIONS method, including a few unit tests
Carles Barrobés
2011-07-22
Whitespace tweaks
Tom Christie
2011-07-22
Whitespace tweak
Tom Christie
2011-07-02
parsers.DEFAULT_PARSERS added to be consistent with renderers.DEFAULT_RENDERERS
Jens Alm
2011-07-02
Fix: Crash when yaml isn't installed.
Fernando Zunino
2011-06-26
Very basic YAML support. Probably needs some tweaking, and definitely needs t...
markotibold
2011-06-15
Merge throttling and fix up a coupla things
Tom Christie
2011-06-14
Support for nesting resources etc...
Tom Christie
2011-06-13
implemeneted #28
markotibold
2011-06-07
Typo. Authenticat<i>on
Tom Christie
2011-05-27
Allow .form specified on view. Allow get_form, put_form, post_form. Add .PA...
Tom Christie
2011-05-27
forms/models can be set on the view as well as the resource
Tom Christie
2011-05-24
tidy up last bits of renderer media type handling
Tom Christie
2011-05-24
Renderers can now cope with parameterised args. ResponseMixin gets cleaned u...
Tom Christie
2011-05-24
Allow views to return HttpResponses. Add initial() hook method
Tom Christie
2011-05-23
check in marko's docs
Tom Christie
2011-05-23
name and description
Tom Christie
2011-05-19
The core is now documented from the docstrings in the source.
markotibold
2011-05-17
All top level modules are included. Ready for diving into the modules and doc...
markotibold
2011-05-13
Sorting out resources. Doing some crazy magic automatic url resolving stuff....
Tom Christie
2011-05-13
cleanup
Tom Christie
2011-05-12
_perform_form_overloading becomes transparent
Tom Christie
2011-05-12
yet more API cleanup
Tom Christie
2011-05-12
refactoring resource specfic stuff into ResourceMixin - validators now defunct
Tom Christie
2011-05-10
renderer API work
Tom Christie
2011-05-10
Getting the API into shape
Tom Christie
2011-05-04
Decouple views and resources
Tom Christie
2011-02-19
Yowzers. Final big bunch of refactoring for 0.1 release. Now support Django...
tom christie tom@tomchristie.com