http://code.djangoproject.com/ticket/3160
I've assigned it to Russ, as he suggested it originally.
Ben
Looks good, but:
1) Needs a test case. (tests/modeltests/test_client)
2) Needs documentation, or at least a first pass draft (docs/testing.txt)
3) What's the intention with defaulting to
application/x-www-url-encoded as a content type? I agree that type
should be an argument to the raw_post method; however, unless you can
advocate why application/x-www-url-encoded is the value that will be
used 90% of the time for this argument, I'd rather keep it as a
required but without default. If the objection is to typing
application/... all the time, perhaps some constants in the Client
package would be a better approach (Client.URL_ENCODED =
'application/...').
Yours,
Russ Magee %-)
Ben