1
0
mirror of https://github.com/django/django.git synced 2025-04-25 17:54:37 +00:00

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:
Luke Plant 2010-11-30 12:46:22 +00:00
parent 5f63c01b50
commit a77fad23c2

View File

@ -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 implicit ordering, you will need to apply a ``order_by()`` clause to your
queryset to ensure that the test will pass reliably. 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 .. versionadded:: 1.3