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
Age
Commit message (
Expand
)
Author
2012-09-03
Parsers may return raw data, or a DataAndFiles object
Tom Christie
2012-09-03
Support generators
Tom Christie
2012-09-02
Remove mention of ImmediateResponse
Tom Christie
2012-09-01
Docs tweak for first docs deployment
Tom Christie
2012-09-01
REST framework 2 docs
Tom Christie
2012-08-29
Probably will be versioned as 2.0.0
Tom Christie
2012-08-28
Added serializers and fields
Tom Christie
2012-08-26
Tweak docstrings
Tom Christie
2012-08-26
Drop ImmediateResponse
Tom Christie
2012-08-26
Add status codes as per RFC 6585
Tom Christie
2012-08-26
Remove 405 method not allowed ImmediateResponse
Tom Christie
2012-08-26
Remove 415 ImmediateResponse
Tom Christie
2012-08-25
Update url tag
Tom Christie
2012-08-25
Removing 403 immediate response
Tom Christie
2012-08-25
Add ParseError (Removing 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
Fix for #178.
Shawn Lewis
2012-02-23
Test for issue #178.
Shawn Lewis
2012-02-23
updated docs
Sébastien Piquemal
2012-02-23
authentication refactor : request.user + tests pass
Sébastien Piquemal
2012-02-23
Version 0.4.0-dev
Tom Christie
2012-02-23
Remove unused 'staticviews'
Tom Christie
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-22
Properly catch MultiPartParserError during .parse()
Tom Christie
2012-02-22
let the XML parser fail gracefully on malformed XML
Can Yavuz
2012-02-21
Remove staticviews. Use standard login/logout
Tom Christie
2012-02-21
Remove ADMIN_MEDIA_PREFIX everywhere
Tom Christie
2012-02-21
Fix YAML parser bug
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
Update djangorestframework/views.py
Tom Christie
2012-02-21
Implement `reverse_lazy()'
Daniel Izquierdo
2012-02-21
Add a docstring for `reverse()'
Daniel Izquierdo
2012-02-21
Update resources.py to use the new custom `reverse()'
Daniel Izquierdo
2012-02-21
Implement a custom reverse that builds absolute URLs with a request object
Daniel Izquierdo
2012-02-21
Pass the request object to `reverse' in the reverse tests
Daniel Izquierdo
2012-02-21
Stop using set_script_prefix
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-21
Create a custom reverse() function (not implemented yet)
Daniel Izquierdo
[next]