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
Jacob Kaplan-Moss
2cd6db682f
Fixed a few Python2.3-related bugs in the tests (see
#3396
). A few more left, though.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@4614
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26 18:50:55 +00:00
..
__init__.py
Refs
#2333
- Added model test for the test Client.
2006-09-02 09:34:40 +00:00
management.py
Refs
#2333
- Added model test for the test Client.
2006-09-02 09:34:40 +00:00
models.py
Fixed a few Python2.3-related bugs in the tests (see
#3396
). A few more left, though.
2007-02-26 18:50:55 +00:00
urls.py
Fixed
#3160
-- Added the ability to control the content type in a test client POST request. This is to allow easier testing of json-rpc/xml-rpc/soap etc interfaces. Thanks to Mikeal Rogers for the suggestion, and Ben <afternoon@uk2.net> for the patch.
2007-02-17 00:23:09 +00:00
views.py
Fixed
#3160
-- Added the ability to control the content type in a test client POST request. This is to allow easier testing of json-rpc/xml-rpc/soap etc interfaces. Thanks to Mikeal Rogers for the suggestion, and Ben <afternoon@uk2.net> for the patch.
2007-02-17 00:23:09 +00:00