summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-18 17:34:32 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-18 17:34:32 -0700
commitf14d2f5da2e17cce23ef7019b36068dc5117e15d (patch)
tree38f7819b2fa2928b7d444e1065a07c0bd9ec05dd
parent449425708f9c7ec76b0dd72830cfe7349ff46ae0 (diff)
downloadpystache-f14d2f5da2e17cce23ef7019b36068dc5117e15d.tar.gz
Remove render_name() item from TODO.
-rw-r--r--TODO.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 646b357..5f19fa3 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,7 +2,6 @@ TODO
====
* Enable web page after merging.
-* Add a Renderer.render_name() method to render by template name.
* Turn the benchmarking script at pystache/tests/benchmark.py into a command in pystache/commands, or
make it a subcommand of one of the existing commands (i.e. using a command argument).
* Provide support for logging in at least one of the commands.