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
/
tests
/
generics.py
Age
Commit message (
Expand
)
Author
2013-01-02
Merge remote-tracking branch 'reference/py3k' into p3k
Xavier Ordoquy
2012-12-18
Fix for pks returning as strings when set in pre_save. Fixes #482. Thanks to...
Tom Christie
2012-12-17
Fix bug with M2M in browseable API
Tom Christie
2012-11-24
Every (base) test should now pass with python3.
Xavier Ordoquy
2012-11-22
First passing test under p3k \o/
Xavier Ordoquy
2012-10-31
PUT as create should return 201. Fixes #340.
Tom Christie
2012-10-29
Fix slug based put as create test
Tom Christie
2012-10-29
PUT as create should return 200
Tom Christie
2012-10-28
Get the correct instance
Marko Tibold
2012-10-28
test_put_as_create_on_id_based_url should check for a created-response.
Marko Tibold
2012-10-28
Added wo tests. One for PUTing on a non-existing id-based url. And another fo...
Marko Tibold
2012-10-08
Fix #285
Tom Christie
2012-10-05
Support PUT for create
Tom Christie
2012-10-04
HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no hype...
Tom Christie
2012-10-03
Rename generic views
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-01
Expand pagination support, add docs
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
Fix broken bits of generic views
Tom Christie
2012-09-28
Get test-only models properly working
Tom Christie