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
/
templates
/
renderer.html
Age
Commit message (
Expand
)
Author
2012-02-15
Move the templates into a named directory
Paul Oswald
2012-02-15
Add empty {% blocks %} to the template to give people a chance to override
Paul Oswald
2012-02-14
Delete robots.txt, favicon.ico views; Move style to a new static namespace
Paul Oswald
2012-01-28
Use `staticfiles` for serving css. Fixes #116.
Tom Christie
2012-01-28
Tidy up auto-escaping.
Tom Christie
2012-01-24
Reverted formatting
Ben Timby
2012-01-23
Refactored get_name()/get_description()
Ben Timby
2012-01-20
Update the admin static files to handle the latest version of admin
Mjumbe Wawatu Poe
2011-12-11
Add OPTIONS to auto-documenting API
Tom Christie
2011-07-01
pull in markos changes, minor tweaks to yaml stuff
Tom Christie
2011-06-26
Allow .json .html .xml style urls and also allow these formats to be specifie...
Michael Fötsch
2011-06-26
On 403's no forms will be displayed anymore
markotibold
2011-06-25
Smaller version in the header
markotibold
2011-06-25
Add version to html
Tom Christie
2011-05-31
Fix query parameters getting lost
Tom Christie
2011-05-27
Allow .form specified on view. Allow get_form, put_form, post_form. Add .PA...
Tom Christie
2011-05-12
yet more API cleanup
Tom Christie
2011-05-10
More tests, getting new serialization into resource
Tom Christie
2011-04-29
More refactoring - move various less core stuff into utils etc
Tom Christie