From fba1b4e79800e5a169aa11e67e2c9b22df46ae82 Mon Sep 17 00:00:00 2001
From: Issac Kelly <issac.kelly@gmail.com>
Date: Sat, 19 Feb 2011 11:44:32 -0500
Subject: [PATCH] Small documentation edit
---
docs/ref/templates/builtins.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 1f19de1..3e27daf 100644
a
|
b
|
See also: ``{% include %}``.
|
895 | 895 | |
896 | 896 | In Django 1.5, the unquoted constant behavior will be replaced |
897 | 897 | with the behavior provided by the ``future`` tag library. |
898 | | Existing templates be migrated to use the new syntax. |
| 898 | Existing templates should be migrated to use the new syntax. |
899 | 899 | |
900 | 900 | .. templatetag:: templatetag |
901 | 901 | |