aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/test.py
AgeCommit message (Expand)Author
2014-12-12Client.logout() also clears any force_authenticateTom Christie
2014-10-06Fix follow does not work on APIClientJones Chi
2014-09-08Stop the API Client converting empty lists/dicts to empty stringsHamish Campbell
2014-08-19Drop six from compat. 1.4.2 is now the lowest supported version.Tom Christie
2014-08-19Code linting and added runtests.pyTom Christie
2014-08-18Merge pull request #1505 from ticosax/test.client.logoutTom Christie
2014-05-30Always use specified content type in APIRequestFactoryDanilo Bargen
2014-04-07reset stored credentials when call client.logout()Nicolas Delaby
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