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
2012-08-28
Added serializers and fields
Tom Christie
2012-08-26
Drop ImmediateResponse
Tom Christie
2012-08-24
Drop out resources & mixins
Tom Christie
2012-08-24
Remove PermissionsMixin
Tom Christie
2012-08-24
Remove RequestMixinx / ReponseMixin
Tom Christie
2012-04-11
Merge work from sebpiq
Tom Christie
2012-04-11
Merge with master
Tom Christie
2012-02-25
Fix broken tests
Tom Christie
2012-02-25
Massive merge
Tom Christie
2012-02-23
Test for issue #178.
Shawn Lewis
2012-02-23
authentication refactor : request.user + tests pass
Sébastien Piquemal
2012-02-23
Remove InstanceMixin auto-url magicks.
Tom Christie
2012-02-23
reverse takes request as a kwarg for compatibility with django's reverse
Tom Christie
2012-02-23
merged + fixed broken test
Sébastien Piquemal
2012-02-23
hack to fix ImmediateResponse rendering
Sébastien Piquemal
2012-02-21
Remove staticviews. Use standard login/logout
Tom Christie
2012-02-21
Merge master into develop
Tom Christie
2012-02-21
reverse gets it's own module
Tom Christie
2012-02-21
Merging master into develop
Tom Christie
2012-02-21
Pass the request object to `reverse' in the reverse tests
Daniel Izquierdo
2012-02-21
Move the new `reverse' function from urlresolvers to utils
Daniel Izquierdo
2012-02-21
Test the custom reverse() function instead of the one provided by Django
Daniel Izquierdo
2012-02-20
Some cleanup
Tom Christie
2012-02-17
Merge git://github.com/sebpiq/django-rest-framework into develop
Tom Christie
2012-02-14
merged with trunk
Sébastien Piquemal
2012-02-14
Delete robots.txt, favicon.ico views; Move style to a new static namespace
Paul Oswald
2012-02-10
attempt at fixing the examples
Sébastien Piquemal
2012-02-07
cleaned Request/Response/mixins to have similar interface
Sébastien Piquemal
2012-02-07
cleaned a bit Response/ResponseMixin code, added some documentation + renamed...
Sébastien Piquemal
2012-02-07
Ensure duplicate "page" parameters are not created
Jamie Matthews
2012-02-02
Response as a subclass of HttpResponse - first draft, not quite there yet.
Sébastien Piquemal
2012-02-02
merged with trunk's master
Sébastien Piquemal
2012-01-29
Use named args in mixin tests.
Tom Christie
2012-01-25
Refactoring get_name/get_description
Tom Christie
2012-01-25
Merge remote-tracking branch 'btimby/description'
Tom Christie
2012-01-24
Merge pull request #144 from btimby/master
Tom Christie
2012-01-24
Modified test case to pass regardless of JSON library
Ben Timby
2012-01-24
Modified test case to pass regardless of JSON library
Ben Timby
2012-01-24
corrected request example
Sébastien Piquemal
2012-01-23
Refactored get_name()/get_description()
Ben Timby
2012-01-23
Fix for testcase test_with_content_type_args
Ben Timby
2012-01-23
Docstring tidy up
Tom Christie
2012-01-22
Fix tests to work on all supported configurations.
Tom Christie
2012-01-22
.DATA, .FILES, overloaded HTTP method, content type and content available dir...
Sébastien Piquemal
2012-01-21
Merge https://github.com/mjumbewu/django-rest-framework
Tom Christie
2012-01-21
Drop short status codes.
Tom Christie
2012-01-21
Add test for PUT with session auth+csrf
Tom Christie
2012-01-20
Add a get_object method to the ModelMixin, and tests
Mjumbe Wawatu Poe
2012-01-19
Merge pull request #130 from flashingpumpkin/master
Tom Christie
2012-01-19
Renamed `unknown_form_fields` to `allow_unknown_form_fields`
Alen Mujezinovic
[next]