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 (
Collapse
)
Author
2012-10-05
Fix django 1.3 bug
Tom Christie
2012-10-05
Merge pull request #283 from tomchristie/put-for-create
Tom Christie
Support PUT for create
2012-10-05
Support PUT for create
Tom Christie
2012-10-05
Add test for non-GET methods to api_view decorator
Tom Christie
2012-10-05
Fix view_name argument to HyperlinkedIdentityField
Tom Christie
2012-10-05
Fix view_name argument to HyperlinkedIdentityField
Tom Christie
2012-10-05
Add view_name argument to HyperlinkedIdentityField
Tom Christie
2012-10-05
Fix bug in format suffix patterns
Tom Christie
2012-10-05
Fix bug in format suffix patterns
Tom Christie
2012-10-05
Add favicon to docs
Tom Christie
2012-10-05
Doc style tweaks
Tom Christie
2012-10-05
Remove Parser.can_handle_request()
Tom Christie
2012-10-05
Tweak view slightly
Tom Christie
2012-10-05
Docs tweaks
Tom Christie
2012-10-05
Tweak doc headings
Tom Christie
2012-10-05
Merge pull request #282 from tomchristie/html-template-responses
Tom Christie
Html template responses
2012-10-05
Merge pull request #281 from maximilianhurl/doc-styles
Tom Christie
Dab docs style
2012-10-05
Fix travis build image in docs
Tom Christie
2012-10-05
Docs for template responses
Tom Christie
2012-10-05
Added JS version numbers
Max Hurl
2012-10-05
Added dabapps styles and general improvements to docs
Max Hurl
2012-10-05
HTMLTemplateRenderer working
Tom Christie
2012-10-05
Tidy up renderers slightly
Tom Christie
2012-10-05
User .accepted_renderer, .accepted_media_type
Tom Christie
2012-10-05
Accepted media type uses most specific of client/renderer media types.
Tom Christie
2012-10-04
Merge pull request #280 from tomchristie/hyperlinked-relationships
Tom Christie
Hyperlinked relationships
2012-10-04
Fix for field to make it easier to access field relationships
Tom Christie
2012-10-04
Minor fixes
Tom Christie
2012-10-04
Initial tests for hyperlinked relationships
Tom Christie
2012-10-04
Tweaks
Tom Christie
2012-10-04
Tweak comment
Tom Christie
2012-10-04
Merge pull request #279 from tomchristie/hyperlinked-relationships
Tom Christie
Hyperlinked relationships
2012-10-04
Make Import patterns 1.3 compatible
Tom Christie
2012-10-04
Clean up field classes
Tom Christie
2012-10-04
HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no ↵
Tom Christie
hyperlinked relations
2012-10-04
Merge pull request #278 from tomchristie/related-field-fixes
Tom Christie
Related field fixes
2012-10-04
Tests for default arguments on fields
Tom Christie
2012-10-04
Abstract out the app_label on test models
Tom Christie
2012-10-04
Abstract out the app_label on test models
Tom Christie
2012-10-03
Merge pull request #277 from tomchristie/related-field-fixes
Tom Christie
Related field fixes
2012-10-03
Tweaks
Tom Christie
2012-10-03
Tweak styling of browseable API
Tom Christie
2012-10-03
M2M fields supported
Tom Christie
2012-10-03
Improve comments
Tom Christie
2012-10-03
Fix for empty form fields
Tom Christie
2012-10-03
Fix for empty form fields
Tom Christie
2012-10-03
Use either PrimaryKeyRelatedField or ManyPrimaryKeyRelatedField as ↵
Tom Christie
appropriate (fixes test)
2012-10-03
Split out PrimaryKeyRelatedField and ManyPrimaryKeyRelatedField
Tom Christie
2012-10-03
Added failing test for m2m data
Tom Christie
2012-10-03
Add m2m update test
Tom Christie
[next]