diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-27 15:16:30 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-27 15:16:30 +0000 |
| commit | 11dfbf2f08fc07f4c9c6e91cd8e4c331d5f81b1e (patch) | |
| tree | 24360041292713b32848eca0497c4aca76e3f47c /docs | |
| parent | 46fab8983e65955129ea24549c9341fd8c486ce0 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/testing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt index 673fe08126..8fb89d2d7a 100644 --- a/docs/topics/testing.txt +++ b/docs/topics/testing.txt @@ -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 |
