1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests/regressiontests/test_client_regress
2008-06-06 13:50:02 +00:00
..
fixtures Fixed #5330 -- Added a fixture file that was missing from [6039]. 2007-09-03 23:41:24 +00:00
__init__.py
models.py Fixed #7165 -- Added an assertNotContains() method to the test client. Thanks for the suggestion and implementation, J. Pablo Fernandez <pupeno@pupeno.com>. 2008-06-06 13:50:02 +00:00
urls.py Fixed #5982 -- Changed test client's URL processing to match core's (everything 2008-03-20 06:50:54 +00:00
views.py Fixed #7143 -- Modified the test client to better match (most) real browser behavior when uploading files. Now, only the file name is sent, rather than the full path. Thanks for the report, cpinto. 2008-06-06 13:39:42 +00:00