summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-12-13 07:36:57 -0800
committerTim Graham <timograham@gmail.com>2013-12-13 07:36:57 -0800
commit99b7d74914d0675370d4b9ca62e57ee087578472 (patch)
treed51b72e84b46654e449013bce8cba17481307ccd /docs
parentd4d0dd74164705c535cb24035289003e37def172 (diff)
parentcddb1e95b93bc3ec0990bd28fa600850d05df32a (diff)
Merge pull request #2067 from dominicrodger/master
Moving notes for assertNumQueries next to the other changes to test infrastructure
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index 29bd5c3336..d1f3db872b 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
==========================