summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-05-20 08:39:31 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-05-20 09:19:30 -0700
commit05afa52639b395fe4f22db268b9c9a6de1378be9 (patch)
tree48b8c4447122ef651792901662896b88e6fa8637 /TODO.md
parent75412a0f708147436f24de66d756f43124eb582f (diff)
downloadpystache-05afa52639b395fe4f22db268b9c9a6de1378be9.tar.gz
Add a TODO.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 54f2851..0d6be0b 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,6 +1,7 @@
TODO
====
+* 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.