diff options
| author | Kevin Christopher Henry <k@severian.com> | 2013-09-09 04:59:47 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-09 16:03:13 -0400 |
| commit | 9d700322b38ea670800a97f2b92dd2fc2c6ff28d (patch) | |
| tree | 03972a5cf4a8b5eeb69909ddacbe33eeae1d2efd /docs/internals | |
| parent | a52cc1c0888c2cedb07b2c0619c1a92a2f6e2c40 (diff) | |
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.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 <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. |
