django1/django/test
Travis Jensen 1a09b3c398 Fixed #25424 -- Use force_str for test client URLs.
urlparse() fails with an AttributeError ("'__proxy__' object has no
attribute 'decode'") if reverse_lazy is used to look up the URL
(this is exactly the same problem that caused ticket #18776). The
solution is to use force_str() on the path before handing it to
urlparse().
2015-09-19 15:05:54 +02:00
..
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
client.py Fixed #25424 -- Use force_str for test client URLs. 2015-09-19 15:05:54 +02:00
html.py Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
runner.py Prevented --parallel from crashing on Windows. 2015-09-14 22:52:04 +02:00
signals.py Fixed #16860 -- Added password validation to django.contrib.auth. 2015-06-07 19:31:20 +02:00
testcases.py Introduced a mixin for serializing tests. 2015-09-09 23:01:17 +02:00
utils.py Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00