1
0
mirror of https://github.com/django/django.git synced 2024-12-26 02:56:25 +00:00
django/tests/modeltests/test_client
2010-12-22 23:55:13 +00:00
..
fixtures
__init__.py
models.py Fixed #14939: Don't strip ;-parameters from URLs in the test client. 2010-12-22 23:55:13 +00:00
tests.py Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch. 2010-10-11 12:55:17 +00:00
urls.py Fixed #12011 -- Modified the test client to preserve the request scheme on a redirect. Thanks to tgardner for the report and patch. 2010-02-13 12:01:14 +00:00
views.py Modified the test_client tests to use the non-deprecated mail API. 2010-10-12 14:06:11 +00:00