diff options
| author | Tim Graham <timograham@gmail.com> | 2017-05-25 13:15:12 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-05-25 13:17:25 -0400 |
| commit | 61f61a2b0c3ecddd568e9aee914644bd8cb18167 (patch) | |
| tree | 059e0630e03a9b5eb595e7aba7e49be5140355be /docs | |
| parent | d6bff52fdfb5ab48c28d8c58cb28dcc04e217734 (diff) | |
[1.11.x] Fixed #28239 -- Removed docs for a removed arg of template.Context.
Backport of 0ea321193a1d7f857544760e12058303edd51362 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/templates/api.txt | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index 25563c19b7..df3123cf16 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -210,14 +210,8 @@ different contexts. .. class:: Context(dict_=None) - This class lives at ``django.template.Context``. The constructor takes - two optional arguments: - - * A dictionary mapping variable names to variable values. - - * The name of the current application. This application name is used - to help :ref:`resolve namespaced URLs<topics-http-reversing-url-namespaces>`. - If you're not using namespaced URLs, you can ignore this argument. + The constructor of ``django.template.Context`` takes an optional argument — + a dictionary mapping variable names to variable values. For details, see :ref:`playing-with-context` below. |
