<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/template_tests/test_nodelist.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>2022-02-07T19:37:05Z</updated>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per deprecation timeline.</title>
<updated>2021-01-14T16:50:04Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-01-14T09:14:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e7208f13c0448387e56c340eed46e1ed9ef9997e'/>
<id>urn:sha1:e7208f13c0448387e56c340eed46e1ed9ef9997e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.</title>
<updated>2020-05-11T07:07:33Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-05-03T01:04:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=72a170b4c3c4c2db8192bb1a6424bcc8eb533973'/>
<id>urn:sha1:72a170b4c3c4c2db8192bb1a6424bcc8eb533973</id>
<content type='text'>
The {% if %} tag provides all features of these tags.

Since Django 1.2 (May 17, 2010), the docs have hinted that
{% ifequal %} and {% ifnotequal %} will be deprecated in a future
Django version. Time to make it official.
</content>
</entry>
<entry>
<title>Switched unittest.TestCase to SimpleTestCase in template_tests/test_nodelist.py.</title>
<updated>2020-05-11T05:56:11Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-05-03T14:55:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d8cb8fdf40b92961a62effbc9231583901e258b5'/>
<id>urn:sha1:d8cb8fdf40b92961a62effbc9231583901e258b5</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>Refs #23919 -- Removed six.PY2/PY3 usage</title>
<updated>2017-01-18T15:21:28Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-12-01T10:38:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c716fe87821df00f9f03ecc761c914d1682591a2'/>
<id>urn:sha1:c716fe87821df00f9f03ecc761c914d1682591a2</id>
<content type='text'>
Thanks Tim Graham for the review.
</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>Used %r in the TextNode repr to show newlines better.</title>
<updated>2015-06-30T13:54:18Z</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-06-20T11:37:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3b81dbe844b750c05bda6ae1ad15c889d1dc39e5'/>
<id>urn:sha1:3b81dbe844b750c05bda6ae1ad15c889d1dc39e5</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>
</feed>
