Fixed #14168 -- Removed stray argument from docs for assertQuerysetEquals. Thanks to Łukasz Rekucki for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13645 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2010-08-27 15:16:30 +00:00
parent 46fab8983e
commit 11dfbf2f08
1 changed files with 1 additions and 1 deletions

View File

@ -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