From cddb1e95b93bc3ec0990bd28fa600850d05df32a Mon Sep 17 00:00:00 2001 From: Dominic Rodger Date: Thu, 12 Dec 2013 14:48:54 +0000 Subject: [PATCH] Moving notes for assertNumQueries next to the other changes to test infrastructure --- docs/releases/1.7.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 29bd5c33361..d1f3db872b9 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -534,6 +534,9 @@ Tests in :class:`~django.test.Client` instantiation and are processed through middleware. +* :meth:`~django.test.TransactionTestCase.assertNumQueries` now prints + out the list of executed queries if the assertion fails. + Backwards incompatible changes in 1.7 ===================================== @@ -713,9 +716,6 @@ Miscellaneous ``select_related('foo').select_related('bar')``. Previously the latter would have been equivalent to ``select_related('bar')``. -* :meth:`~django.test.TransactionTestCase.assertNumQueries` now prints - out the list of executed queries if the assertion fails. - Features deprecated in 1.7 ==========================