Skip to content

Commit

Permalink
no need to remind about xml templates :)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuz committed Jul 14, 2013
1 parent 62b5118 commit 91943e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions en/chapter04.rst
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,7 @@ object *once*, and then call ``render()`` on it multiple times::
print t.render(Context({'name': name}))

Django's template parsing is quite fast. Behind the scenes, most of the parsing
happens via a call to a single regular expression. This is in stark
contrast to XML-based template engines, which incur the overhead of an XML
parser and tend to be orders of magnitude slower than Django's template
rendering engine.
happens via a call to a single regular expression.

Context Variable Lookup
-----------------------
Expand Down

0 comments on commit 91943e3

Please sign in to comment.