From a77fad23c255582c3a2e56ae20b50d27e6c8eac7 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Tue, 30 Nov 2010 12:46:22 +0000 Subject: [PATCH] Fixed ReST error in assertNumQueries docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14751 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt index 64ed824840c7f..8314ca40818d0 100644 --- a/docs/topics/testing.txt +++ b/docs/topics/testing.txt @@ -1418,7 +1418,7 @@ cause of an failure in your test suite. implicit ordering, you will need to apply a ``order_by()`` clause to your queryset to ensure that the test will pass reliably. -.. method:: TestCase.assertNumQueries(num, func, *args, **kwargs): +.. method:: TestCase.assertNumQueries(num, func, *args, **kwargs) .. versionadded:: 1.3