<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/template_tests/test_unicode.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2017-02-07T16:14:02Z</updated>
<entry>
<title>Refs #27795 -- Removed force_text from the template layer</title>
<updated>2017-02-07T16:14:02Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2017-02-07T08:17:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3a148f958dddd97c1379081118c30fbede6b6bc4'/>
<id>urn:sha1:3a148f958dddd97c1379081118c30fbede6b6bc4</id>
<content type='text'>
Thanks Tim Graham for the review.
</content>
</entry>
<entry>
<title>Refs #23919, #27778 -- Removed obsolete mentions of unicode.</title>
<updated>2017-01-26T13:19:27Z</updated>
<author>
<name>Vytis Banaitis</name>
<email>vytis.banaitis@gmail.com</email>
</author>
<published>2017-01-20T21:04:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d1bab24e0144d14513a1411503c95ececb425188'/>
<id>urn:sha1:d1bab24e0144d14513a1411503c95ececb425188</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed six.&lt;various&gt;_types usage</title>
<updated>2017-01-18T19:18:46Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-12-29T15:27:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7b2f2e74adb36a4334e83130f6abc2f79d395235'/>
<id>urn:sha1:7b2f2e74adb36a4334e83130f6abc2f79d395235</id>
<content type='text'>
Thanks Tim Graham and Simon Charette for the reviews.
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed encoding preambles and future imports</title>
<updated>2017-01-18T08:55:19Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-11-19T17:19:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac'/>
<id>urn:sha1:d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated template tests to create their own engine.</title>
<updated>2015-04-20T14:11:37Z</updated>
<author>
<name>Preston Timmons</name>
<email>prestontimmons@gmail.com</email>
</author>
<published>2015-04-11T23:41:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fb267a1d85c22924231be8cec6c58c42ae57913f'/>
<id>urn:sha1:fb267a1d85c22924231be8cec6c58c42ae57913f</id>
<content type='text'>
This continues work to treat Django templates as a library.
</content>
</entry>
<entry>
<title>Sorted imports with isort; refs #23860.</title>
<updated>2015-02-06T13:16:28Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-28T12:35:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ed7d155635da9f79d4dd67e4889087d3673c6da'/>
<id>urn:sha1:0ed7d155635da9f79d4dd67e4889087d3673c6da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleaned up the django.template namespace.</title>
<updated>2014-12-28T13:47:31Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-11-10T20:40:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7eefdbf7ab9f5bafe5baae2b877d93efc90e3044'/>
<id>urn:sha1:7eefdbf7ab9f5bafe5baae2b877d93efc90e3044</id>
<content type='text'>
Since this package is going to hold both the implementation of the Django
Template Language and the infrastructure for Multiple Template Engines,
it should be untied from the DTL as much as possible within our
backwards-compatibility policy.

Only public APIs (i.e. APIs mentioned in the documentation) were left.
</content>
</entry>
<entry>
<title>Removed unused local variables in tests.</title>
<updated>2013-10-19T12:31:38Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-10-19T12:31:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=96d1d4e29275f4f5900f0725975d2ad0a4d05816'/>
<id>urn:sha1:96d1d4e29275f4f5900f0725975d2ad0a4d05816</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stopped using django.utils.unittest in the test suite.</title>
<updated>2013-07-01T12:29:33Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-07-01T12:22:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cfcf4b3605f9653e4e056088d89932b2a0e4281b'/>
<id>urn:sha1:cfcf4b3605f9653e4e056088d89932b2a0e4281b</id>
<content type='text'>
Refs #20680.
</content>
</entry>
<entry>
<title>Modified template_tests for unittest2 discovery.</title>
<updated>2013-04-12T21:13:59Z</updated>
<author>
<name>Preston Timmons</name>
<email>prestontimmons@gmail.com</email>
</author>
<published>2013-04-06T18:51:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3810dc3070468abd3a3d9beec406a5aa3edd6b52'/>
<id>urn:sha1:3810dc3070468abd3a3d9beec406a5aa3edd6b52</id>
<content type='text'>
</content>
</entry>
</feed>
