From 9d700322b38ea670800a97f2b92dd2fc2c6ff28d Mon Sep 17 00:00:00 2001 From: Kevin Christopher Henry Date: Mon, 9 Sep 2013 04:59:47 -0400 Subject: Fixed #19885 -- cleaned up the django.test namespace * override_settings may now be imported from django.test * removed Approximate from django.test * updated documentation for things importable from django.test Thanks akaariai for the suggestion. --- docs/internals/deprecation.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 7b8298597d..307f4dec64 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -117,9 +117,9 @@ these changes. * The ``mod_python`` request handler will be removed. The ``mod_wsgi`` handler should be used instead. -* The ``template`` attribute on :class:`~django.test.client.Response` +* The ``template`` attribute on :class:`~django.test.Response` objects returned by the :ref:`test client ` will be removed. - The :attr:`~django.test.client.Response.templates` attribute should be + The :attr:`~django.test.Response.templates` attribute should be used instead. * The ``django.test.simple.DjangoTestRunner`` will be removed. -- cgit v1.3