1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/tests/regressiontests/test_client_regress
2008-08-02 05:56:57 +00:00
..
fixtures Fixed #5836 -- Corrected the logic in the Test Client when an exception raised by a view is caught and re-raised. Thanks for the report, test case, and fix, Chris Wagner. 2008-06-07 06:25:59 +00:00
__init__.py
models.py Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashlib module when available. Patch from Karen Tracey. 2008-08-02 05:56:57 +00:00
urls.py Fixed #2070: refactored Django's file upload capabilities. 2008-07-01 15:10:51 +00:00
views.py Fixed #2070: refactored Django's file upload capabilities. 2008-07-01 15:10:51 +00:00