Y
Hacker News
new
|
ask
|
show
|
jobs
by
trun
5201 days ago
Time zone support! This has always been one of the most painful things to manage IMHO. Also this little gem caught my attention...
* The if template tag now supports {% elif %} clauses.
1 comments
lightcatcher
5201 days ago
I've found using Jinja2 templates (
http://jinja.pocoo.org/docs/
) is a lot easier than dealing with the Django template language. Django also makes switching template languages quite easy.
link
jawr
5200 days ago
I believe Jinja2 is also a lot quicker, but the Django developers want to catch up.. so that's something.
link