Kaydet (Commit) a77fad23 authored tarafından Luke Plant's avatar Luke Plant

Fixed ReST error in assertNumQueries docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14751 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 5f63c01b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment