mirror of https://github.com/django/django.git
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:
parent
46fab8983e
commit
11dfbf2f08
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue