<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/template_tests/syntax_tests/test_cache.py, branch 2.1.11</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.1.11</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.1.11'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2018-08-01T20:13:18Z</updated>
<entry>
<title>[2.1.x] Fixed typos in comments and docs.</title>
<updated>2018-08-01T20:13:18Z</updated>
<author>
<name>luz.paz</name>
<email>luzpaz@users.noreply.github.com</email>
</author>
<published>2018-08-01T16:55:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=adfd2614045518cc9221aef1f17fd3ffeac3d2cc'/>
<id>urn:sha1:adfd2614045518cc9221aef1f17fd3ffeac3d2cc</id>
<content type='text'>
Backport of 97e637a87fb45c4de970cca6cb783d93473c9d15 from master
</content>
</entry>
<entry>
<title>Fixed #27882 -- Allowed {% cache %} to cache indefinitely.</title>
<updated>2017-03-15T17:01:21Z</updated>
<author>
<name>Bo Marchman</name>
<email>bo.marchman@gmail.com</email>
</author>
<published>2017-03-15T17:01:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7a7b331cd5975477597dac4dec7ee0ddb67f59e0'/>
<id>urn:sha1:7a7b331cd5975477597dac4dec7ee0ddb67f59e0</id>
<content type='text'>
</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 E128 flake8 warnings in tests/.</title>
<updated>2016-04-08T14:12:33Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-04-08T02:04:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=92053acbb9160862c3e743a99ed8ccff8d4f8fd6'/>
<id>urn:sha1:92053acbb9160862c3e743a99ed8ccff8d4f8fd6</id>
<content type='text'>
</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>Moved cache tests into syntax_tests/test_cache.py.</title>
<updated>2015-02-24T13:00:02Z</updated>
<author>
<name>Preston Timmons</name>
<email>prestontimmons@gmail.com</email>
</author>
<published>2015-02-21T19:17:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f6d087b628a61a7b036cc468328497082031dc8e'/>
<id>urn:sha1:f6d087b628a61a7b036cc468328497082031dc8e</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>
<entry>
<title>Fixed #23958 -- Rewrote filter tests as unit tests.</title>
<updated>2014-12-06T15:57:46Z</updated>
<author>
<name>Preston Timmons</name>
<email>prestontimmons@gmail.com</email>
</author>
<published>2014-12-04T02:21:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5c68870169deec9eff392c53a8e74e3482f02ade'/>
<id>urn:sha1:5c68870169deec9eff392c53a8e74e3482f02ade</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Converted recently refactored templates tests to SimpleTestCase.</title>
<updated>2014-12-03T23:56:46Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2014-12-03T20:36:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=16f26defa7510707742a15aa89cae56f11d14c3f'/>
<id>urn:sha1:16f26defa7510707742a15aa89cae56f11d14c3f</id>
<content type='text'>
These test methods don't need DB setup/teardown.

Refs #23768 and b872134b.
</content>
</entry>
</feed>
