django1/django/test
Aymeric Augustin db22145afb [1.5.x] Fixed #19487 -- Used str in the test client's WSGI environ.
This regression was introduced by the unicode_literals patch. The WSGI
spec mandates that environ contains native strings.

Backport of d9a0b6a.
2012-12-22 11:06:05 +01:00
..
__init__.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
_doctest.py [py3] Ported django.test.doctest. 2012-08-07 12:00:22 +02:00
client.py [1.5.x] Fixed #19487 -- Used str in the test client's WSGI environ. 2012-12-22 11:06:05 +01:00
html.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
signals.py [1.5.x] Fixed #17744 -- Reset default file storage with setting_changed signal 2012-10-30 22:26:03 +01:00
simple.py Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables. 2012-07-24 17:24:16 -03:00
testcases.py [1.5.x] Enabled SimpleTestCase to be decorated by override_settings 2012-11-25 19:08:51 +01:00
utils.py [1.5.x] Enabled SimpleTestCase to be decorated by override_settings 2012-11-25 19:08:51 +01:00