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
/
views.py
Age
Commit message (
Expand
)
Author
2014-03-02
Support for running the test suite with py.test
Andreas Pelme
2014-02-26
Demonstrate problem post/put'ing serialized data that contains 'None'
Dustin Farris
2013-06-26
Minor test cleanup
Tom Christie
2013-06-26
Refactored get_view_description, moved appropriate tests to test_description.py
Igor Kalat
2013-05-29
Rename test modules to 1.6 style
Tom Christie
2013-05-19
fixed merge conflict
Oscar Vilaplana
2013-05-19
* make test assertion more explicit
Nikolaus Schlemm
2013-05-19
Removed unused imports
Oscar Vilaplana
2013-05-19
Added tests, cleaned up imports
Oscar Vilaplana
2013-02-27
`assertEquals` -> `assertEqual`
Tom Christie
2013-02-04
Cleanup imports
Tom Christie
2013-02-01
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...
Tom Christie
2012-12-16
Adding PATCH support to Django REST Framework
Andrew Hankinson
2012-11-22
First passing test under p3k \o/
Xavier Ordoquy
2012-10-11
Sanitise JSON error messages
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-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie