Commit a77fad23 authored by Luke Plant's avatar Luke Plant
Browse files

Fixed ReST error in assertNumQueries docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14751 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 5f63c01b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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