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
/
djangorestframework
Age
Commit message (
Expand
)
Author
2011-12-12
0.2.4 release.
0.2.4
Tom Christie
2011-12-12
Drop unused import
Tom Christie
2011-12-12
fix copy-paste typo.
Marko Tibold
2011-12-11
Add OPTIONS to auto-documenting API
Tom Christie
2011-12-11
fix merge
Craig Blaszczyk
2011-12-11
add xml parser
Craig Blaszczyk
2011-12-09
Typo.
Tom Christie
2011-12-09
Add pagination. Thanks @devioustree!
Tom Christie
2011-12-09
Merge meurig's absolute_url fix.
Tom Christie
2011-12-09
Merge pull request #62 from txels/master
Tom Christie
2011-12-09
Merge monseiur drummond's pagination niceness
Tom Christie
2011-12-09
Fix docstring.
Tom Christie
2011-12-09
Drop tests that are broken, because the functionality isn't implemented.
Tom Christie
2011-10-31
whitespace fix
Meurig Freeman
2011-10-31
make use of original prefix when generating absolute urls
Meurig Freeman
2011-09-29
Make sure to check for "is not None" so that depth=0 gets assigned properly. ...
Tom Christie
2011-08-24
Fix in permissions, user.is_staff is a field, not a function.
Mason Tang
2011-08-04
Merge pull request #57 from ulmus/master
Tom Christie
2011-07-31
Removed rogue import for LimitBytes to fix issue #63
Andrew McCloud
2011-07-30
Added support for OPTIONS method, including a few unit tests
Carles Barrobés
2011-07-27
Fixed TypeError that occurs without request data.
Danilo Bargen
2011-07-22
Whitespace tweaks
Tom Christie
2011-07-22
Whitespace tweak
Tom Christie
2011-07-19
Edited djangorestframework/permissions.py via GitHub
Tom Christie
2011-07-19
Fixed misaligned documentation on ModelResource.
Jens Alm
2011-07-19
Merge pull request #53 from ulmus/master
Tom Christie
2011-07-19
Revert "Added pagination mixin. Need to write tests"
Tom Christie
2011-07-19
Revert "Now throws a 404 if page isn't an int"
Tom Christie
2011-07-19
Revert pagination stuff
Tom Christie
2011-07-19
Added tests for pagination
Tom Drummond
2011-07-19
Now throws a 404 if page isn't an int
Tom Drummond
2011-07-19
Added pagination mixin. Need to write tests
Tom Drummond
2011-07-19
Fixed __init__ arguments on ModelResource
Jens Alm
2011-07-15
More tests for overloaded json requests and normal json requests
Tom Drummond
2011-07-15
Added more tests related to request.POST and request.DATA
Tom Drummond
2011-07-15
Added tests to ensure you can access request.POST with UserLoggedInAuthentica...
Tom Drummond
2011-07-13
Test for serialitation of dictionaries with keys that collide with
garciasolero
2011-07-13
Improve coverage reporting
Tom Christie
2011-07-11
typo in test
Tom Christie
2011-07-11
Merge pull request #46 from jakul/m2m_create_through
Tom Christie
2011-07-11
Merge pull request #44 from fzunino/m2m_create
Tom Christie
2011-07-08
remove hardcoded model._meta.many_to_many[0]; update mixin tests to test with...
Craig Blaszczyk
2011-07-08
update mixin to work with m2m data using a through field, by storing the name...
Craig Blaszczyk
2011-07-08
add unit tests which show m2m creation failing for through table
Craig Blaszczyk
2011-07-07
Tests for CreateModelMixin (unit and integration test via ListOrCreateModelVi...
Fernando Zunino
2011-07-06
fixed a bug in serializers
Sébastien Piquemal
2011-07-06
now cleans data from parameters used for overloads
Sébastien Piquemal
2011-07-05
Support for creating objects with m2m relations
Fernando Zunino
2011-07-04
debugged serializers
Sébastien Piquemal
2011-07-02
Picky. :)
Tom Christie
[next]