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
/
modeltests
/
test_client
History
Russell Keith-Magee
f2303b6f7a
Fixed
#4402
-- Modified test client to allow multi-valued inputs on GET requests. Thanks for the suggestion, eddymul@gmail.com.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@5741
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-07-21 05:17:20 +00:00
..
fixtures
Fixed
#4526
-- Modified the test Client login method to fail when a user is inactive. Thanks, marcin@elksoft.pl.
2007-07-12 15:26:37 +00:00
__init__.py
Refs
#2333
- Added model test for the test Client.
2006-09-02 09:34:40 +00:00
models.py
Fixed
#4402
-- Modified test client to allow multi-valued inputs on GET requests. Thanks for the suggestion, eddymul@gmail.com.
2007-07-21 05:17:20 +00:00
tests.py
Fixed
#3782
-- Added support for the suite() method recommended by the Python unittest docs. Thanks for the suggestion, rene.puls@repro-mayr.de.
2007-07-20 13:57:49 +00:00
urls.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
views.py
Fixed
#4402
-- Modified test client to allow multi-valued inputs on GET requests. Thanks for the suggestion, eddymul@gmail.com.
2007-07-21 05:17:20 +00:00