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
/
tests
Age
Commit message (
Expand
)
Author
2011-07-01
pull in markos changes, minor tweaks to yaml stuff
Tom Christie
2011-06-30
Tidy up oauth imports slightly
Tom Christie
2011-06-28
Pull in David's initial oauth tests
Tom Christie
2011-06-26
Allow .json .html .xml style urls and also allow these formats to be specifie...
Michael Fötsch
2011-06-25
Adding tests for OAuth authentication through django-oauth-plus, a dedicated ...
David Larlet
2011-06-25
Allow HEAD method
Tom Christie
2011-06-25
Support for HEAD method
Carles Barrobés
2011-06-21
Decimals are a protected_type - let's leave them up to the renderer to deal with
Tom Christie
2011-06-15
Additional test for JSON
Tom Christie
2011-06-15
Merge throttling and fix up a coupla things
Tom Christie
2011-06-15
Allow related models to be fully serialized
Tom Christie
2011-06-14
Support for nesting resources etc...
Tom Christie
2011-06-14
Bits of cleaning up for the throttling
Tom Christie
2011-06-13
implemeneted #28
markotibold
2011-06-12
Merge with 10e5aa19eecaec9be297dd8f090eb56c60089a6d
markotibold
2011-06-12
Fix file uploads
Tom Christie
2011-06-11
small fix
markotibold
2011-06-11
refactored and added new tests for per-user, per-view, and per-resource htrot...
markotibold
2011-06-11
* fixed `test_request_throttling_is_per_user` - it didn't make a request for ...
markotibold
2011-06-11
implemented per user throttling
markotibold
2011-06-10
added some throttling tetst. Can't get per-user-throttling testing to work th...
markotibold
2011-06-10
Drop test_fail()
Tom Christie
2011-06-09
Returning the dict from `parse_qs` in `FormParser` fails on forms.
Alen Mujezinovic
2011-06-08
Nested tuples serialisation test
Alen Mujezinovic
2011-05-24
Renderers can now cope with parameterised args. ResponseMixin gets cleaned u...
Tom Christie
2011-05-24
Fix up breadcrumbs to only breadcrumb for REST framework Views
Tom Christie
2011-05-24
Allow views to return HttpResponses. Add initial() hook method
Tom Christie
2011-05-23
name and description
Tom Christie
2011-05-19
data flattening needs to go into resource
Tom Christie
2011-05-16
validators tests -> resources tests
Tom Christie
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
More tests, getting new serialization into resource
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-04-29
More refactoring - move various less core stuff into utils etc
Tom Christie
2011-04-28
emitters -> renderers
Tom Christie
2011-04-27
Urg. Fix broken merging.
Tom Christie
2011-04-27
Merge previous checkins
Tom Christie
2011-04-27
Inital pass at generic permissions, throttling etc.
Tom Christie
2011-04-27
Fix up tests and examples after refactoring
Tom Christie
2011-04-26
Fixes #35 - Import json from django's built-in package (Does cleverness in de...
tom christie tom@tomchristie.com
2011-04-25
Fix some compat issues with json/simplejson
Tom Christie
2011-04-25
Generic permissions added, allowed_methods and anon_allowed_methods now defun...
Tom Christie
2011-04-11
depercate auth and content arguments to the request handler methods - yea :)
Tom Christie
2011-04-11
Rename mixins into Mixin class, rename ResponseException to ErrorResponse, re...
Tom Christie
[next]