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
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
2012-10-03
Add m2m update test
Tom Christie
2012-10-03
Add Serializer.save() to clean up differences between serializer.object being...
Tom Christie
2012-10-03
Many2Many test
Tom Christie
2012-10-03
Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-f...
Tom Christie
2012-10-03
Stopgap fix for model fields rendering in browseable API
Tom Christie
2012-10-03
Merge pull request #276 from mattbo/restframework2
Tom Christie
2012-10-03
Rename generic views
Tom Christie
2012-10-02
Fixed references to serializer.serialized and serializer.serialized_errors
Matt Bosworth
2012-10-02
Update view docs slightly
Tom Christie
2012-10-02
Remove duff checkin
Tom Christie
2012-10-02
Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-f...
Tom Christie
2012-10-02
Cleaner travis image link
Tom Christie
2012-10-02
Added model form field -> serializer form field mapping
Tom Christie
2012-10-02
Add test to ensure that pk is readonly in PUT requests
Tom Christie
2012-10-02
Fix bug where pk could be set in post data
Tom Christie
2012-10-02
URL overrides in settings fixed up slightly
Tom Christie
2012-10-02
Clean up docs slightly
Tom Christie
2012-10-02
Placeholder for FBV docs
Tom Christie
2012-10-02
Make example more realistic and less of a toy
Tom Christie
2012-10-02
Make 'results_field' attribute of BasePaginationSerializer public.
Tom Christie
2012-10-02
Clean up reverse docs slightly
Tom Christie
2012-10-02
Renderer documentation
Tom Christie
2012-10-01
Add example of using paginator in a view
Tom Christie
2012-10-01
Pagination docs
Tom Christie
2012-10-01
Merge pull request #274 from tomchristie/pagination
Tom Christie
2012-10-01
Expand pagination support, add docs
Tom Christie
2012-09-30
Merge pull request #273 from tomchristie/pagination
Tom Christie
2012-09-30
Pagination support
Tom Christie
2012-09-30
Docs tweaking
Tom Christie
2012-09-28
Drop oauth tests for now - may pull same test module back in if end up using ...
Tom Christie
2012-09-28
Add more tests for generic views
Tom Christie
2012-09-28
Add more tests for generic views
Tom Christie
2012-09-28
Clean up reverse tests
Tom Christie
2012-09-28
Fix coverage to not include migrations
Tom Christie
2012-09-28
Fix broken bits of generic views
Tom Christie
2012-09-28
Fix serialization issue with Django 1.3
Tom Christie
2012-09-28
Remove unused test file
Tom Christie
2012-09-28
Get test-only models properly working
Tom Christie
2012-09-28
Remove support for doctests
Tom Christie
2012-09-28
Added @j4mie, and added projects to 'additional thanks' as appropriate.
Tom Christie
2012-09-28
More simple travis link style
Tom Christie
2012-09-28
Fix failing tests
Tom Christie
2012-09-27
Only display forms when user has permissions. #159
Tom Christie
[next]