Author: russellm
Date: 2010-08-27 10:16:30 -0500 (Fri, 27 Aug 2010)
New Revision: 13645
Modified:
django/trunk/docs/topics/testing.txt
Log:
Fixed #14168 -- Removed stray argument from docs for assertQuerysetEquals.
Thanks to ?\197?\129ukasz Rekucki for the report.
Modified: django/trunk/docs/topics/testing.txt
===================================================================
--- django/trunk/docs/topics/testing.txt 2010-08-27 15:16:04 UTC (rev
13644)
+++ django/trunk/docs/topics/testing.txt 2010-08-27 15:16:30 UTC (rev
13645)
@@ -1279,7 +1279,7 @@
``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
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.