Author: russellm
Date: 2010-08-23 02:13:42 -0500 (Mon, 23 Aug 2010)
New Revision: 13624
Modified:
django/trunk/docs/topics/testing.txt
Log:
Fixed #14147 -- Added documentation metadata for new assertQuerysetEqual test
method. Thanks to djoume for the report.
Modified: django/trunk/docs/topics/testing.txt
===================================================================
--- django/trunk/docs/topics/testing.txt 2010-08-23 07:06:10 UTC (rev
13623)
+++ django/trunk/docs/topics/testing.txt 2010-08-23 07:13:42 UTC (rev
13624)
@@ -1250,6 +1250,8 @@
.. method:: TestCase.assertQuerysetEqual(response, qs, values, transform=repr)
+ .. versionadded:: 1.3
+
Asserts that a queryset ``qs`` returns a particular list of values
``values``.
The comparison of the contents of ``qs`` and ``values`` is performed using
--
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.