mirror of
https://github.com/django/django.git
synced 2025-01-26 10:09:42 +00:00
[1.10.x] Removed unnecessary 'just' from docs/ref/templates/api.txt.
Backport of 36fbf9b7d1870121269a09540d689ffc16a56d74 from master
This commit is contained in:
parent
d61dbc20cf
commit
ec19166b1f
@ -768,7 +768,7 @@ variables:
|
|||||||
Writing your own context processors
|
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
|
that takes one argument, an :class:`~django.http.HttpRequest` object, and
|
||||||
returns a dictionary that gets added to the template context. Each context
|
returns a dictionary that gets added to the template context. Each context
|
||||||
processor *must* return a dictionary.
|
processor *must* return a dictionary.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user