Fixed ReST error in assertNumQueries docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14751 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
5f63c01b50
commit
a77fad23c2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue