Ticket #3277: test-docs-typos.diff
File test-docs-typos.diff, 883 bytes (added by , 18 years ago) |
---|
-
docs/testing.txt
220 220 221 221 will result in the evaluation of a GET request equivalent to:: 222 222 223 http://yoursite.com/customers/details/?name= 'fred'&age=7223 http://yoursite.com/customers/details/?name=fred&age=7 224 224 225 225 ``post(path, data={})`` 226 226 Make a POST request on the provided ``path``. The key-value pairs in the … … 415 415 tested. This is the same format returned by ``django.db.models.get_apps()`` 416 416 417 417 Verbosity determines the amount of notification and debug information that 418 will be printed to the console; '0' is no output, '1'is normal output,418 will be printed to the console; `0` is no output, `1` is normal output, 419 419 and `2` is verbose output. 420 420 421 421 Testing utilities