diff options
| author | Ana Balica <ana.balica@gmail.com> | 2016-07-30 14:26:54 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-07-30 09:27:21 -0400 |
| commit | ec19166b1f4b5aadd37cb1529319676853d4a670 (patch) | |
| tree | 29c7b7b9ac0e31ea3e19e32132eb27689828fc00 /docs | |
| parent | d61dbc20cf135cde18bb45411fa46c44dc4c17c2 (diff) | |
[1.10.x] Removed unnecessary 'just' from docs/ref/templates/api.txt.
Backport of 36fbf9b7d1870121269a09540d689ffc16a56d74 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/templates/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index b4162a7dfc..599d28d4f9 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -768,7 +768,7 @@ variables: Writing your own context processors ----------------------------------- -A context processor has a very simple interface: It's just a Python function +A context processor has a very simple interface: It's a Python function that takes one argument, an :class:`~django.http.HttpRequest` object, and returns a dictionary that gets added to the template context. Each context processor *must* return a dictionary. |
