diff options
| author | Tim Graham <timograham@gmail.com> | 2015-12-22 10:56:51 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-22 13:06:22 -0500 |
| commit | 36d0aa43036090685cebe6c9f757631cdadb1400 (patch) | |
| tree | 76955a1d3029f8c0721d668b77e6663cfbf5badf /docs/topics/http | |
| parent | 923a4fb20abf449aa677995f108a15999b9d7d2a (diff) | |
[1.9.x] Fixed #25963 -- Clarified render_to_response() context_instance deprecation.
Diffstat (limited to 'docs/topics/http')
| -rw-r--r-- | docs/topics/http/shortcuts.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt index 58bffcf64a..db2071684e 100644 --- a/docs/topics/http/shortcuts.txt +++ b/docs/topics/http/shortcuts.txt @@ -158,7 +158,8 @@ Optional arguments .. deprecated:: 1.8 - The ``context_instance`` argument is deprecated. Simply use ``context``. + The ``context_instance`` argument is deprecated. Use the :func:`render` + function instead which always makes ``RequestContext`` available. ``content_type`` The MIME type to use for the resulting document. Defaults to the value of |
