diff options
| author | Dominic Rodger <dominicrodger+github@gmail.com> | 2013-12-12 14:48:54 +0000 |
|---|---|---|
| committer | Dominic Rodger <dominicrodger+github@gmail.com> | 2013-12-12 14:48:54 +0000 |
| commit | cddb1e95b93bc3ec0990bd28fa600850d05df32a (patch) | |
| tree | 9e257515a3c73000f6a2d2b572bf492c0b916464 | |
| parent | 7d44b5d5d00a7850c3cd7a8abbf7a91e7c0d7994 (diff) | |
Moving notes for assertNumQueries next to the other changes to test infrastructure
| -rw-r--r-- | docs/releases/1.7.txt | 6 |
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 ========================== |
