|
|
|
@9465
|
[9465]
|
11/16/08 02:20:25 |
russellm |
Fixed #9585 -- Corrected code committed in [9398] that wasn't compatible … |
|
|
|
@9398
|
[9398]
|
11/12/08 05:22:05 |
russellm |
Fixed #9351 -- Modified the test client to pass on URL encoded parameters … |
|
|
|
@9397
|
[9397]
|
11/12/08 05:20:32 |
russellm |
Fixed #9369 -- Added QUERY_STRING info for PUT and DELETE requests in the … |
|
|
|
@9396
|
[9396]
|
11/12/08 05:19:37 |
russellm |
Fixed #8646 -- Modified test client to set a fully WSGI compliant … |
|
|
|
@9188
|
[9188]
|
10/07/08 04:23:40 |
mtredinnick |
Fixed #5888 -- Added methods to the test client to support HEAD, PUT, … |
|
|
|
@9066
|
[9066]
|
09/17/08 06:32:11 |
russellm |
Fixed #9117: Made the test client a new-style class. Thanks to Jan Oberst … |
|
|
|
@8655
|
[8655]
|
08/28/08 06:52:50 |
russellm |
Fixed #8636: Corrected the test client to use the string '80' in the … |
|
|
|
@8372
|
[8372]
|
08/15/08 07:08:29 |
russellm |
Fixed #7416: Modified test client to preserve session when a user logs in. … |
|
|
|
@8223
|
[8223]
|
08/06/08 10:32:46 |
jacob |
Major refactoring of django.dispatch with an eye towards speed. The net … |
|
|
|
@8015
|
[8015]
|
07/21/08 02:57:10 |
mtredinnick |
Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO … |
|
|
|
@7995
|
[7995]
|
07/19/08 14:37:55 |
mtredinnick |
Revert [7991] - [7993]. I was committing from the wrong branch. Sorry … |
|
|
|
@7991
|
[7991]
|
07/19/08 14:32:01 |
mtredinnick |
First part of setting request.path correctly.
Still needs:
- testing
… |
|
|
|
@7858
|
[7858]
|
07/07/08 17:06:32 |
jacob |
Fixed #7651: uploading multiple files with the same name now work. Also, … |
|
|
|
@7821
|
[7821]
|
07/01/08 23:48:58 |
gwilson |
Got rid of a bit of repetition by using dict.update(). |
|
|
|
@7820
|
[7820]
|
07/01/08 23:34:05 |
gwilson |
Minor style fixes. |
|
|
|
@7814
|
[7814]
|
07/01/08 10:10:51 |
jacob |
Fixed #2070: refactored Django's file upload capabilities.
A description … |
|
|
|
@7583
|
[7583]
|
06/07/08 01:25:59 |
russellm |
Fixed #5836 -- Corrected the logic in the Test Client when an exception … |
|
|
|
@7577
|
[7577]
|
06/06/08 08:39:42 |
russellm |
Fixed #7143 -- Modified the test client to better match (most) real … |
|
|
|
@7330
|
[7330]
|
03/20/08 01:50:54 |
mtredinnick |
Fixed #5982 -- Changed test client's URL processing to match core's … |
|
|
|
@7131
|
[7131]
|
02/18/08 18:08:08 |
mtredinnick |
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace … |
|
|
|
@7058
|
[7058]
|
02/02/08 19:37:29 |
mtredinnick |
Fixed #6479 -- Use settings.SESSION_COOKIE_NAME instead of hard-coded … |
|
|
|
@6662
|
[6662]
|
11/10/07 21:55:44 |
mtredinnick |
Fixed #5898 -- Changed a few response processing paths to make things … |
|
|
|
@6338
|
[6338]
|
09/15/07 16:44:05 |
jacob |
Cleaned up a couple of mistakes (a handful of bugs in the test client) … |
|
|
|
@6333
|
[6333]
|
09/15/07 16:29:14 |
jacob |
Fixed #2066: session data can now be stored in the cache or on the … |
|
|
|
@6211
|
[6211]
|
09/14/07 14:55:24 |
jacob |
Fixed #5445: added some compatibility code for the lack of iter in … |
|
|
|
@6039
|
[6039]
|
09/03/07 06:21:40 |
russellm |
Fixed #4988 -- In the test client, Added tracking of the client and … |
|
|
|
@6023
|
[6023]
|
08/28/07 08:03:22 |
russellm |
Fixed #4457 -- Corrected the handling of exceptions in the test client … |
|
|
|
@5916
|
[5916]
|
08/17/07 09:20:25 |
russellm |
Fixed #5189 -- Added logout method to test Client. Thanks, Jakub … |
|
|
|
@5741
|
[5741]
|
07/21/07 00:17:20 |
russellm |
Fixed #4402 -- Modified test client to allow multi-valued inputs on GET … |
|
|
|
@5699
|
[5699]
|
07/14/07 12:04:30 |
adrian |
Negligible capitalization fix in test/client.py docstring |
|
|
|
@5677
|
[5677]
|
07/12/07 10:26:37 |
russellm |
Fixed #4526 -- Modified the test Client login method to fail when a user … |
|
|
|
@5609
|
[5609]
|
07/04/07 07:11:04 |
mtredinnick |
Merged Unicode branch into trunk (r4952:5608). This should be … |
|
|
|
@5465
|
[5465]
|
06/11/07 15:03:07 |
mtredinnick |
Fixed a bug in the way file uploads were constructed. The new … |
|
|
|
@5152
|
[5152]
|
05/05/07 10:16:15 |
russellm |
Backwards incompatible change: Changed the way test.Client.login operates. … |
|
|
|
@4774
|
[4774]
|
03/22/07 05:23:52 |
russellm |
Fixes #3212 -- Added code to test client to allow posting of multi-form … |
|
|
|
@4540
|
[4540]
|
02/18/07 02:02:00 |
russellm |
Fixed #3210 -- Modified test Client.login() to use urlparse, allowing … |
|
|
|
@4529
|
[4529]
|
02/16/07 18:23:09 |
russellm |
Fixed #3160 -- Added the ability to control the content type in a test … |
|
|
|
@4482
|
[4482]
|
02/10/07 18:23:31 |
russellm |
Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown … |
|
|
|
@4464
|
[4464]
|
02/09/07 07:47:36 |
russellm |
Added a session attribute to the test Client, to make it easier to … |
|
|
|
@4265
|
[4265]
|
12/30/06 00:25:49 |
adrian |
Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have … |
|
|
|
@3875
|
[3875]
|
09/27/06 20:56:02 |
adrian |
Changed BaseHandler?.get_response() to take a single parameter (an … |
|
|
|
@3707
|
[3707]
|
09/02/06 04:26:24 |
russellm |
Refs #2333 - Re-added the template rendering signal for testing purposes; … |
|
|
|
@3658
|
[3658]
|
08/27/06 07:24:59 |
russellm |
Refs #2333 - Added test framework. This includes doctest and unittest … |