Roundup Tracker - Issues

Message5213

Author ber
Recipients antmail, ber, pcaulagi, shammash, techtonik
Date 2015-02-16.16:09:38
Message-id <1424102979.23.0.497232353007.issue2550811@psf.upfronthosting.co.za>
In-reply-to
My plan is to first write a new test in a new test file that tries to render
all template files of the jinja2 subdirectory once. 

Then I am adding a custom filter called "u" that will
either render a python string object from utf-8 into unicode object
or call str() on other python objects before encoding.

Then adding all "|u" custom filters to the jinja2 template, satisfying
the test.

I've started coding the test using a full setup from db_test_base
which many tests do, but only with one databasebackend.
History
Date User Action Args
2015-02-16 16:09:39bersetmessageid: <1424102979.23.0.497232353007.issue2550811@psf.upfronthosting.co.za>
2015-02-16 16:09:39bersetrecipients: + ber, techtonik, pcaulagi, shammash, antmail
2015-02-16 16:09:39berlinkissue2550811 messages
2015-02-16 16:09:38bercreate