Jones Chi
|
2dfe75c23a
|
Fix follow does not work on APIClient
Handle follow just like Django's Client.
|
2014-10-06 15:10:35 +08:00 |
|
Hamish Campbell
|
826d76a8c7
|
Stop the API Client converting empty lists/dicts to empty strings
|
2014-09-08 12:16:20 +12:00 |
|
Tom Christie
|
63d02dbea8
|
Drop six from compat. 1.4.2 is now the lowest supported version.
|
2014-08-19 17:06:55 +01:00 |
|
Tom Christie
|
bf09c32de8
|
Code linting and added runtests.py
|
2014-08-19 13:28:07 +01:00 |
|
Tom Christie
|
1d0c169e94
|
Merge pull request #1505 from ticosax/test.client.logout
reset stored credentials when call client.logout()
|
2014-08-18 20:37:25 +01:00 |
|
Danilo Bargen
|
6cb6bfae1b
|
Always use specified content type in APIRequestFactory
If `content_type` is specified in the `APIRequestFactory`, always
include it in the request, even if data is empty.
|
2014-05-30 17:53:26 +02:00 |
|
Nicolas Delaby
|
af8a362d6b
|
reset stored credentials when call client.logout()
|
2014-04-07 14:59:27 +02:00 |
|
Xavier Ordoquy
|
0e677e9dd1
|
Reintroduced url arguments in the urls for the tests.
|
2014-03-07 16:11:51 +01:00 |
|
Xavier Ordoquy
|
1319da59ce
|
Make factory.get work with Django 1.7
|
2014-01-30 14:26:21 +01:00 |
|
Xavier Ordoquy
|
da89cfc937
|
Don’t rely on Django’s get as it breaks for 1.7
|
2014-01-28 18:53:58 +01:00 |
|
Tom Christie
|
19a774f972
|
force_authenticate(None) also clears session info.
Closes #1055.
|
2013-08-23 11:21:52 +01:00 |
|
Tom Christie
|
82145e2b06
|
Only include APISimpleTestCase and APILiveServerTestCase from django 1.4 onwards
|
2013-07-15 21:54:13 +01:00 |
|
Tom Christie
|
ae63c49777
|
Added test case classes
|
2013-07-15 11:38:38 +01:00 |
|
Tom Christie
|
0a722de171
|
Complete testing docs
|
2013-07-01 13:59:05 +01:00 |
|
Tom Christie
|
c9485c783a
|
Rename to force_authenticate
|
2013-06-29 22:53:15 +01:00 |
|
Tom Christie
|
ab799ccc3e
|
Simplify APIClient implementation
|
2013-06-29 21:34:47 +01:00 |
|
Tom Christie
|
664f8c6365
|
Added APIClient.authenticate()
|
2013-06-29 21:02:58 +01:00 |
|
Tom Christie
|
90bc07f3f1
|
Addeded 'APITestClient.credentials()'
|
2013-06-29 08:05:08 +01:00 |
|
Tom Christie
|
f585480ee1
|
Added APIClient
|
2013-06-28 17:50:30 +01:00 |
|
Tom Christie
|
7224b20d58
|
Added APIRequestFactory
|
2013-06-28 17:17:39 +01:00 |
|