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
Age
Commit message (
Expand
)
Author
2013-07-03
Horizontal rule for nicer formatting
Tom Christie
2013-07-03
Improve browsable API docs including theme screenshots
Tom Christie
2013-07-02
Minor tidying
Tom Christie
2013-07-02
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-07-02
Added 'Documenting your API' section. Closes #616
Tom Christie
2013-07-02
Added @omouse for work on #955 - thanks! :)
Tom Christie
2013-07-02
Merge pull request #956 from omouse/update-router-docs
Tom Christie
2013-07-02
#955 updated router docs with more information on the `Route` named tuple and...
Rudolf Olah
2013-07-02
Fix broken link by hacking around md->html translating
Tom Christie
2013-07-01
Tweak text
Tom Christie
2013-07-01
Capitalization on OAuth
Tom Christie
2013-07-01
Added Django OAuth2 Consumer package
Tom Christie
2013-06-28
Fix compat datetime import when oauth2 provide does not support timezone awar...
Tom Christie
2013-06-27
#955 updated documentation for overriding `routes` attribute in Router sub-cl...
Rudolf Olah
2013-06-27
Moar hyperlinks
Tom Christie
2013-06-27
Version 2.3.6
2.3.6
Tom Christie
2013-06-27
Tweak styling for max-height of sidenav
Tom Christie
2013-06-27
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-06-27
Use imported views to expose python 2.6 bug. Refs #943
Tom Christie
2013-06-26
Merge pull request #953 from j4mie/prevent-duplicate-routing
Tom Christie
2013-06-26
Fix sidebar styling when browser window is too small
Tom Christie
2013-06-26
Raise exception when attempting to dynamically route to a method that is alre...
Jamie Matthews
2013-06-26
Update release notes
Tom Christie
2013-06-26
Added @trwired for fix #943. Thanks :)
Tom Christie
2013-06-26
Minor test cleanup
Tom Christie
2013-06-26
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-06-26
Merge pull request #943 from trwired/utf8safedocs
Tom Christie
2013-06-26
Update release notes
Tom Christie
2013-06-26
Use timezone aware datetimes with oauth2 provider, when supported. Closes #947.
Tom Christie
2013-06-26
Refactored get_view_description, moved appropriate tests to test_description.py
Igor Kalat
2013-06-26
Use AUTH_USER_MODEL consistently between various Django versions. Closes #946
Tom Christie
2013-06-26
Fix incorrect example
Tom Christie
2013-06-22
Make browsable API views play nice with utf-8
Igor Kalat
2013-06-21
Add decorator brackets back. Refs #941
Tom Christie
2013-06-21
Update release notes, noting support for StreamingHttpResponse. Refs #939
Tom Christie
2013-06-21
Add support for StreamingHttpResponse. Closes #939
Tom Christie
2013-06-21
Added @freakydug, for changes in #941. Thanks :)
Tom Christie
2013-06-21
Brackets not required on decorator without arguments
Tom Christie
2013-06-21
Merge pull request #941 from FreakyDug/master
Tom Christie
2013-06-21
Update router docs on base_name. Refs #933.
Tom Christie
2013-06-21
Update assertion error to reference 'base_name' argument, not incorrect 'name...
Tom Christie
2013-06-21
Remove erronous htmlcov files
Tom Christie
2013-06-21
Ensure action kwargs properly handdled. Refs #940.
Tom Christie
2013-06-21
Allow uppercase methods in action decorator.
Philip Douglas
2013-06-21
Correct docs' incorrect usage of action decorator
Philip Douglas
2013-06-18
Don't raise AttributeError on views with no model or queryset, when using Dja...
Tom Christie
2013-06-17
Remove erronous checkin
Tom Christie
2013-06-17
HyperlinkedModelSerializer supports overriding of 'url' field. Closes #936
Tom Christie
2013-06-17
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-06-17
Add Django OAuth Toolkit to docs
Tom Christie
[next]