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
/
rest_framework
Age
Commit message (
Expand
)
Author
2012-10-09
Flesh out quickstart guide and make some style tweaks
Tom Christie
2012-10-09
Fix browseable API form display error for authenticated permissions
Tom Christie
2012-10-09
Added quickstart guide
Tom Christie
2012-10-09
Remove Field handling relations/relationship managers - use RelatedField/Many...
Tom Christie
2012-10-09
Tweak authtoken
Tom Christie
2012-10-09
Function based views get proper naming in browseable API
Tom Christie
2012-10-08
Fix issue where required fields were not being properly validated. Also make...
Tom Christie
2012-10-08
Fix fiddly content-overloading bug
Tom Christie
2012-10-08
Add RetrieveDestroyAPIView and remove Metadata mixin
Tom Christie
2012-10-08
Fix #285
Tom Christie
2012-10-08
Adding migration and changelog docs
Tom Christie
2012-10-05
Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-f...
Tom Christie
2012-10-05
Remove unused test file
Tom Christie
2012-10-05
Merge pull request #284 from maximilianhurl/doc-styles
Tom Christie
2012-10-05
Fix django 1.3 bug
Tom Christie
2012-10-05
Added dabapps styling to html api
Max Hurl
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
Remove Parser.can_handle_request()
Tom Christie
2012-10-05
Tweak view slightly
Tom Christie
2012-10-05
Docs for template responses
Tom Christie
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
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
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 hype...
Tom Christie
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
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 appropriat...
Tom Christie
2012-10-03
Split out PrimaryKeyRelatedField and ManyPrimaryKeyRelatedField
Tom Christie
2012-10-03
Added failing test for m2m data
Tom Christie
[next]