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-09-27
Remove parse_qs from compat, now py2.5 support is dropped
Tom Christie
2012-09-27
Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-f...
Tom Christie
2012-09-27
Remove RequestFactory from compat (Now 1.2 is not supported)
Tom Christie
2012-09-27
Add py27 to tox
Tom Christie
2012-09-27
Add test for request.POST
Tom Christie
2012-09-27
Remove braindead test
Tom Christie
2012-09-27
Added citation to contributing docs
Tom Christie
2012-09-26
Added @LaundroMat. Thanks!
Tom Christie
2012-09-26
Fix @api_view decorator tests
Tom Christie
2012-09-26
Merge pull request #261 from j4mie/improved-view-decorators
Tom Christie
2012-09-26
No need to use setattr
Jamie Matthews
2012-09-26
Fix broken import
Tom Christie
2012-09-26
Update to new rest_framework package name, simplify implementation
Jamie Matthews
2012-09-26
Merge branch 'restframework2' of git://github.com/tomchristie/django-rest-fra...
Jamie Matthews
2012-09-26
Add missing comma
Tom Christie
2012-09-26
Merge branch 'restframework2' of git://github.com/tomchristie/django-rest-fra...
Jamie Matthews
2012-09-26
Bits of cleanup
Tom Christie
2012-09-26
Add request.QUERY_PARAMS
Tom Christie
2012-09-25
Add readonly 'id' field
Tom Christie
2012-09-25
Tweak browseable API
Tom Christie
2012-09-25
Don't display readonly fields
Tom Christie
2012-09-25
Fix some bits of serialization
Tom Christie
2012-09-25
Add csrf note
Tom Christie
2012-09-25
Fix incorrect bit of tutorial
Tom Christie
2012-09-25
Added tox.ini
Tom Christie
2012-09-21
Tweak media_type -> accepted_media_type. Need to document, but marginally le...
Tom Christie
2012-09-21
Tweak media_type -> accepted_media_type. Need to document, but marginally le...
Tom Christie
2012-09-21
Tweak media_type -> accepted_media_type. Need to document, but marginally le...
Tom Christie
2012-09-20
Clean up bits of templates etc
Tom Christie
2012-09-20
Hack out bunch of unneccesary private methods on View class
Tom Christie
2012-09-20
Clean up template tags
Tom Christie
2012-09-20
Remove dumbass __all__ variables
Tom Christie
2012-09-20
Remove old 'djangorestframework directories
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie
2012-09-20
Merge pull request #266 from tomchristie/resources
Tom Christie
2012-09-20
Merge pull request #269 from tomchristie/fix_breadcrumbs
Tom Christie
2012-09-19
Dont strip final '/'
Tom Christie
2012-09-19
Use get_script_prefix to play nicely if not installed at the root.
Tom Christie
2012-09-19
Added @phobologic. Thanks\!
Tom Christie
2012-09-19
Use named links in tutorial docs
Tom Christie
2012-09-18
Initial resources code
Tom Christie
2012-09-17
Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-f...
Tom Christie
2012-09-17
Tweak docs, fix .error_data -> .errors
Tom Christie
2012-09-17
Merge pull request #264 from droptype/restframework2
Tom Christie
2012-09-17
Prevent the touchstart event propagation on the dropdown menus in the navbar.
Alec Perkins
2012-09-16
Merge pull request #263 from tomchristie/decouple-conneg
Tom Christie
2012-09-16
Drop cronky tests
Tom Christie
2012-09-16
Simplify negotiation. Drop MSIE hacks. Etc.
Tom Christie
2012-09-14
Cleaner content negotiation. Occurs after permissions. Optional 'force' flag.
Tom Christie
2012-09-14
Simplify content_negotiation slightly
Tom Christie
[next]