This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
regressiontests
/
test_client_regress
History
Gary Wilson Jr
c85c8f8891
Fixed
#7919
-- md5 and sha modules are deprecated since Python 2.5, use hashlib module when available. Patch from Karen Tracey.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@8193
bcc190cf-cafb-0310-a4f2-bffc1f526a37
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
Improved error reporting for assertions where there are no form errors, or a non-existent field has been provided. Also created a test client regression test, to hold the tests validating the failure cases of the TestCase assertions.
2007-05-10 13:46:15 +00:00
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