0
0
mirror of https://github.com/django/django.git synced 2024-11-29 14:46:18 +01:00
django/django/test
Claude Paroz f0bb3c98cc Fixed #21740 -- Allowed test client data to be an empty string
This fixes a regression introduced by 2a31d00933.
Thanks tony-zhu for the report.
2014-10-21 09:16:57 +02:00
..
__init__.py
client.py Fixed #21740 -- Allowed test client data to be an empty string 2014-10-21 09:16:57 +02:00
html.py
runner.py
signals.py Fixed #23600 -- Made default_storage aware of more settings changes. 2014-10-08 18:10:47 -04:00
testcases.py Removed redundant skip_checks option for call_command 2014-10-20 17:26:00 +02:00
utils.py