mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Fixed #6721 -- Fixed a typo in templates_python.txt
documentation, thanks Atul Varma.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7196 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7f24ee5b33
commit
6bc499f03c
1 changed files with 1 additions and 1 deletions
|
@ -983,7 +983,7 @@ Notes:
|
||||||
exception. It should fail silently, just as template filters should.
|
exception. It should fail silently, just as template filters should.
|
||||||
|
|
||||||
Ultimately, this decoupling of compilation and rendering results in an
|
Ultimately, this decoupling of compilation and rendering results in an
|
||||||
efficient template system, because a template can render multiple context
|
efficient template system, because a template can render multiple contexts
|
||||||
without having to be parsed multiple times.
|
without having to be parsed multiple times.
|
||||||
|
|
||||||
Auto-escaping considerations
|
Auto-escaping considerations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue