Ramiro Morales
|
26b8122087
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage.
|
13 年 前 |
Jannis Leidel
|
a6cd78662e
Fixed #15785 -- Stopped HttpRequest.read() from reading beyond the end of a wsgi.input stream and removed some redundant code in the multipartparser. Thanks, tomchristie, grahamd and isagalaev.
|
13 年 前 |
Russell Keith-Magee
|
ae5f3e7418
Updated to test_client_regress to use RedirectView instead of deprecated redirect_to.
|
14 年 前 |
Luke Plant
|
2366415f48
Fixed #15368 - test failures due to regression with RequestContext
|
14 年 前 |
Ramiro Morales
|
190f6e5b45
Fixed #14753 -- Fixed the test client to not raise an AssertionError when request.raw_post_data is accessed from a view it has fetched with GET. Thanks zimnyx for the report and ojii for the patch.
|
14 年 前 |
Russell Keith-Magee
|
26b3fb1e82
Fixed #13140 -- Ensure that request headers are preserved through redirect chains in the test client. Thanks to David Novakovic for the report.
|
14 年 前 |
Russell Keith-Magee
|
8dc73e8425
Fixed #10571 -- Ensured that unicode POST data is correctly encoded by the test client. Thanks to Rick Wagner for his help identifying and fixing this problem.
|
16 年 前 |
Russell Keith-Magee
|
366710e636
Fixed #10183 -- Corrected the handling of unicode in assertContains and assertNotContains. Thanks to trbs for the patch.
|
16 年 前 |
Russell Keith-Magee
|
ee2f04d79e
Fixed #10482 -- Unified access to response.context when inspecting responses from the test client. Thanks to James Bennett for the design, and Julien Phalip for the patch.
|
16 年 前 |
Russell Keith-Magee
|
e735fe7160
Fixed #4476 -- Added a ``follow`` option to the test client request methods. This implements browser-like behavior for the test client, following redirect chains when a 30X response is received. Thanks to Marc Fargas and Keith Bussell for their work on this.
|
16 年 前 |
Russell Keith-Magee
|
95d8c0619a
Fixed #9351 -- Modified the test client to pass on URL encoded parameters to the underlying views. Thanks to sime for the suggestion.
|
16 年 前 |
Malcolm Tredinnick
|
cd8eeaacf5
Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETE
|
16 年 前 |
Russell Keith-Magee
|
50b548d01b
Fixed #7416: Modified test client to preserve session when a user logs in. Thanks to lakin.wecker@gmail.com for the report and Eric Holscher for the patch and test case.
|
16 年 前 |
Jacob Kaplan-Moss
|
d725cc9734
Fixed #2070: refactored Django's file upload capabilities.
|
16 年 前 |
Russell Keith-Magee
|
8a7bbc3c34
Fixed #5836 -- Corrected the logic in the Test Client when an exception raised by a view is caught and re-raised. Thanks for the report, test case, and fix, Chris Wagner.
|
17 年 前 |
Malcolm Tredinnick
|
597f9d6105
Fixed #5982 -- Changed test client's URL processing to match core's (everything
|
17 年 前 |
Russell Keith-Magee
|
3bf4ef0c77
Fixed #4988 -- In the test client, Added tracking of the client and request that caused a response so that the assertRedirects check can use the correct client when following a redirect. Well spotted, alex@gc-web.de.
|
17 年 前 |
Malcolm Tredinnick
|
953badbea5
Merged Unicode branch into trunk (r4952:5608). This should be fully
|
17 年 前 |
Russell Keith-Magee
|
70902908c7
Improved error reporting for assertions where there are no form errors, or a non-existent field has been provided. Also created a test client regression test, to hold the tests validating the failure cases of the TestCase assertions.
|
18 年 前 |