Give an overview over supported functionality in the README

This commit is contained in:
Michael Elsdoerfer
2008-12-15 00:13:22 +01:00
parent 444139190d
commit ac1d186bff

View File

@@ -1,5 +1,17 @@
= Coffin: Jinja2 adapter for Django =
== Supported Django Functionality ==
Coffin currently makes the following Django tags available in Jinja:
- {% url %} - additionally, a ``"view"|url()`` filter is also
available.
- {% load %} - is actually a no-op in Coffin, since templatetag
libraries are always loaded. See also "Custom Filters and extensions".
Django filters that are ported in Coffin: date, time, timesince, timeuntil
== Rendering ==
Simply use the ``render_to_response`` replacement provided by coffin: