summaryrefslogtreecommitdiff
path: root/docs/faq/usage.txt
diff options
context:
space:
mode:
authorOla Sitarska <ola@sitarska.com>2014-09-21 17:30:18 +0200
committerBaptiste Mispelon <bmispelon@gmail.com>2014-09-21 18:03:31 +0200
commitb9b8895acb4f5652fcb97525d0683afad5615406 (patch)
tree6bcd39508f7f42fa3f9dbd782870ac691852ee70 /docs/faq/usage.txt
parentee442e97da390b7136dc12b66ddfa70263a60b5c (diff)
Fixed #23527 -- Removed Cheetah references in docs
Thanks to @aaugustin for submitting the ticket.
Diffstat (limited to 'docs/faq/usage.txt')
-rw-r--r--docs/faq/usage.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/usage.txt b/docs/faq/usage.txt
index 340c737518..bd1c250896 100644
--- a/docs/faq/usage.txt
+++ b/docs/faq/usage.txt
@@ -19,7 +19,7 @@ I can't stand your template language. Do I have to use it?
We happen to think our template engine is the best thing since chunky bacon,
but we recognize that choosing a template language runs close to religion.
There's nothing about Django that requires using the template language, so
-if you're attached to Jinja2, Cheetah, or whatever, feel free to use those.
+if you're attached to Jinja2, Mako, or whatever, feel free to use those.
Do I have to use your model/database layer?
-------------------------------------------