From dc4160ecc0ef12b3e6b93d2c81b8f405854474fa Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 25 May 2017 13:15:12 -0400 Subject: [1.10.x] Fixed #28239 -- Removed docs for a removed arg of template.Context. Backport of 0ea321193a1d7f857544760e12058303edd51362 from master --- docs/ref/templates/api.txt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'docs') diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index 0ecd9111a9..4155f19d35 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -206,14 +206,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`. - 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. -- cgit v1.3