aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/test.py
AgeCommit message (Expand)Author
2014-05-30Always use specified content type in APIRequestFactoryDanilo Bargen
2014-03-07Reintroduced url arguments in the urls for the tests.Xavier Ordoquy
2014-01-30Make factory.get work with Django 1.7Xavier Ordoquy
2014-01-28Don’t rely on Django’s get as it breaks for 1.7Xavier Ordoquy
2013-08-23force_authenticate(None) also clears session info.Tom Christie
2013-07-15Only include APISimpleTestCase and APILiveServerTestCase from django 1.4 onwardsTom Christie
2013-07-15Added test case classesTom Christie
2013-07-01Complete testing docsTom Christie
2013-06-29Rename to force_authenticateTom Christie
2013-06-29Simplify APIClient implementationTom Christie
2013-06-29Added APIClient.authenticate()Tom Christie
2013-06-29Addeded 'APITestClient.credentials()'Tom Christie
2013-06-28Added APIClientTom Christie
2013-06-28Added APIRequestFactoryTom Christie