Skip to content

Commit

Permalink
Fixed #14168 -- Removed stray argument from docs for assertQuerysetEq…
Browse files Browse the repository at this point in the history
…uals. Thanks to Łukasz Rekucki for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13645 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
russellm committed Aug 27, 2010
1 parent c83c948 commit 72c4560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/testing.txt
Expand Up @@ -1279,7 +1279,7 @@ cause of an failure in your test suite.
``target_status_code`` will be the url and status code for the final
point of the redirect chain.

.. method:: TestCase.assertQuerysetEqual(response, qs, values, transform=repr)
.. method:: TestCase.assertQuerysetEqual(qs, values, transform=repr)

.. versionadded:: 1.3

Expand Down

0 comments on commit 72c4560

Please sign in to comment.