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
/
test.py
Age
Commit message (
Expand
)
Author
2014-09-08
Stop the API Client converting empty lists/dicts to empty strings
Hamish Campbell
2014-08-19
Drop six from compat. 1.4.2 is now the lowest supported version.
Tom Christie
2014-08-19
Code linting and added runtests.py
Tom Christie
2014-08-18
Merge pull request #1505 from ticosax/test.client.logout
Tom Christie
2014-05-30
Always use specified content type in APIRequestFactory
Danilo Bargen
2014-04-07
reset stored credentials when call client.logout()
Nicolas Delaby
2014-03-07
Reintroduced url arguments in the urls for the tests.
Xavier Ordoquy
2014-01-30
Make factory.get work with Django 1.7
Xavier Ordoquy
2014-01-28
Don’t rely on Django’s get as it breaks for 1.7
Xavier Ordoquy
2013-08-23
force_authenticate(None) also clears session info.
Tom Christie
2013-07-15
Only include APISimpleTestCase and APILiveServerTestCase from django 1.4 onwards
Tom Christie
2013-07-15
Added test case classes
Tom Christie
2013-07-01
Complete testing docs
Tom Christie
2013-06-29
Rename to force_authenticate
Tom Christie
2013-06-29
Simplify APIClient implementation
Tom Christie
2013-06-29
Added APIClient.authenticate()
Tom Christie
2013-06-29
Addeded 'APITestClient.credentials()'
Tom Christie
2013-06-28
Added APIClient
Tom Christie
2013-06-28
Added APIRequestFactory
Tom Christie