<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/template_tests/syntax_tests/test_if_changed.py, branch 2.1.13</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.1.13</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.1.13'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2017-06-01T23:08:59Z</updated>
<entry>
<title>Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.</title>
<updated>2017-06-01T23:08:59Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-06-01T23:08:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2c69824e5ab5ddf4b9964c4cf9f9e16ff3bb7929'/>
<id>urn:sha1:2c69824e5ab5ddf4b9964c4cf9f9e16ff3bb7929</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27974 -- Kept resolved templates constant during one rendering cycle.</title>
<updated>2017-04-04T02:29:39Z</updated>
<author>
<name>kapil garg</name>
<email>kapilgarg1996@users.noreply.github.com</email>
</author>
<published>2017-04-04T02:29:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=002fe076225c2aa6e389481b038f55acb6f807d0'/>
<id>urn:sha1:002fe076225c2aa6e389481b038f55acb6f807d0</id>
<content type='text'>
Thanks Florian Apolloner for the initial patch.</content>
</entry>
<entry>
<title>Refs #23919 -- Replaced super(ClassName, self) with super().</title>
<updated>2017-01-25T17:23:46Z</updated>
<author>
<name>chillaranand</name>
<email>anand21nanda@gmail.com</email>
</author>
<published>2017-01-21T13:13:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d6eaf7c0183cd04b78f2a55e1d60bb7e59598310'/>
<id>urn:sha1:d6eaf7c0183cd04b78f2a55e1d60bb7e59598310</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23395 -- Limited line lengths to 119 characters.</title>
<updated>2015-09-12T15:40:50Z</updated>
<author>
<name>Dražen Odobašić</name>
<email>dodobas@candela-it.com</email>
</author>
<published>2015-09-11T23:33:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b1e33ceceda1e75ff68c7deed8f6659683a195d3'/>
<id>urn:sha1:b1e33ceceda1e75ff68c7deed8f6659683a195d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23516 -- Added caching of include tag Template objects</title>
<updated>2015-06-06T13:25:11Z</updated>
<author>
<name>Matthew Somerville</name>
<email>matthew-github@dracos.co.uk</email>
</author>
<published>2015-06-04T11:50:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a391b17ad24bc5f255a3928c23c158c79004c656'/>
<id>urn:sha1:a391b17ad24bc5f255a3928c23c158c79004c656</id>
<content type='text'>
This also speeds up for loops that render the same template
multiple times.
</content>
</entry>
<entry>
<title>Fixed #17085, #24783 -- Refactored template library registration.</title>
<updated>2015-05-21T14:12:06Z</updated>
<author>
<name>Preston Timmons</name>
<email>prestontimmons@gmail.com</email>
</author>
<published>2015-05-08T20:10:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=655f52491505932ef04264de2bce21a03f3a7cd0'/>
<id>urn:sha1:655f52491505932ef04264de2bce21a03f3a7cd0</id>
<content type='text'>
* Converted the ``libraries`` and ``builtins`` globals of
  ``django.template.base`` into properties of the Engine class.
* Added a public API for explicit registration of libraries and builtins.
</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>Fixed #24451 -- Deprecated comma-separated {% cycle %} syntax.</title>
<updated>2015-03-07T12:42:39Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-03-05T17:38:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c36b60836be9e78ab877566cc43dc03960ce944d'/>
<id>urn:sha1:c36b60836be9e78ab877566cc43dc03960ce944d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved ifchanged tests into syntax_tests/test_if_changed.py.</title>
<updated>2015-02-24T13:00:02Z</updated>
<author>
<name>Preston Timmons</name>
<email>prestontimmons@gmail.com</email>
</author>
<published>2015-02-21T19:19:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3d8fee605184d8ffa47a32546298b52b52d7a087'/>
<id>urn:sha1:3d8fee605184d8ffa47a32546298b52b52d7a087</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Isolated template tests from Django settings.</title>
<updated>2014-12-28T15:23:01Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-12-07T08:43:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=92a2d049a253fb499db88efb6cf6c9209f6f251c'/>
<id>urn:sha1:92a2d049a253fb499db88efb6cf6c9209f6f251c</id>
<content type='text'>
</content>
</entry>
</feed>
