Julien Phalip
|
bc7a219b1e
|
Fixed Python 3.2 compatibility for a test.
|
2013-02-02 20:57:38 -08:00 |
Julien Phalip
|
293f7a2114
|
Fixed #17797 -- Enabled support for PATCH requests in the dummy test client. Thanks to pfarmer for the suggestion and initial patch.
|
2013-02-02 18:22:40 -08:00 |
Claude Paroz
|
c91667338a
|
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Thanks kujiu for the report and Aymeric Augustin for the review.
|
2012-12-08 11:13:52 +01:00 |
Claude Paroz
|
8bd7b598b6
|
Fixed #18807 -- Made 404.html and 500.html optional
Thanks Aymeric Augustin for the report and Jannis Leidel for the
review.
|
2012-09-30 23:16:19 +02:00 |
Adrien Lemaire
|
2c8267bf3d
|
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
|
2012-09-26 14:14:51 +02:00 |
Jeremy Dunck
|
40e62a5ccd
|
Fixed #18980 -- Fixed assertContains regression when passed an object
|
2012-09-18 21:05:41 +02:00 |
Claude Paroz
|
e0d67f3440
|
[py3] Fixed test_client_regress tests
|
2012-08-15 10:58:26 +02:00 |
Claude Paroz
|
4a103086d5
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Thanks Vinay Sajip for the support of his django3 branch and
Jannis Leidel for the review.
|
2012-06-07 18:08:47 +02:00 |
Claude Paroz
|
566ac30eb9
|
Fixed override_settings usage in test_client_regress
|
2012-06-02 19:50:24 +02:00 |
Claude Paroz
|
ea4e0aad9e
|
Cleaned up test_client_regress tests
|
2012-05-31 17:43:21 +02:00 |
Claude Paroz
|
4553f51155
|
Moved test_client_regress tests from models.py to tests.py
|
2012-05-31 17:21:13 +02:00 |