Ticket #14168: testing_docs.patch

File testing_docs.patch, 506 bytes (added by Łukasz Rekucki, 14 years ago)

Fix for the docs, which describe an non-existant argument.

  • docs/topics/testing.txt

    diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt
    index 9c1d8b2..eacd691 100644
    a b cause of an failure in your test suite.  
    12661266    ``target_status_code`` will be the url and status code for the final
    12671267    point of the redirect chain.
    12681268
    1269 .. method:: TestCase.assertQuerysetEqual(response, qs, values, transform=repr)
     1269.. method:: TestCase.assertQuerysetEqual(qs, values, transform=repr)
    12701270
    12711271    .. versionadded:: 1.3
    12721272
Back to Top