<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/utils/html.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>2013-02-26T13:36:57Z</updated>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improved regex in strip_tags</title>
<updated>2013-02-06T20:20:43Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-02-06T20:20:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7504a3d7b8645bdb979bab7ded0e9a9b6dccd0e'/>
<id>urn:sha1:d7504a3d7b8645bdb979bab7ded0e9a9b6dccd0e</id>
<content type='text'>
Thanks Pablo Recio for the report. Refs #19237.
</content>
</entry>
<entry>
<title>Fixed #19237 -- Improved strip_tags utility</title>
<updated>2012-11-24T11:16:52Z</updated>
<author>
<name>Chris Khoo</name>
<email>chris.khoo@gmail.com</email>
</author>
<published>2012-11-24T11:10:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bf1871d874a371ad0ae6c7e098e7665a468dca16'/>
<id>urn:sha1:bf1871d874a371ad0ae6c7e098e7665a468dca16</id>
<content type='text'>
The previous pattern didn't properly addressed cases where '&gt;'
was present inside quoted tag content.
</content>
</entry>
<entry>
<title>Replaced a deprecated assertEquals</title>
<updated>2012-09-24T14:07:58Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-09-24T14:07:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e72e22e518a730cd28cd68c9374fa79a45e27a9c'/>
<id>urn:sha1:e72e22e518a730cd28cd68c9374fa79a45e27a9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #14516 -- Extract methods from removetags and slugify template filters</title>
<updated>2012-08-18T14:07:21Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2012-08-18T12:53:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=212b9826bdda5c3c2eb680e6f9c5b046b4172300'/>
<id>urn:sha1:212b9826bdda5c3c2eb680e6f9c5b046b4172300</id>
<content type='text'>
Patch by @jphalip updated to apply, documentation and release notes
added.

I've documented strip_tags as well as remove_tags as the difference
between the two wouldn't be immediately obvious.
</content>
</entry>
<entry>
<title>Removed u prefixes on unicode strings.</title>
<updated>2012-07-20T10:29:22Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-07-20T10:29:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=85cd458944c16769a707921619e94ccc3dfbf7bd'/>
<id>urn:sha1:85cd458944c16769a707921619e94ccc3dfbf7bd</id>
<content type='text'>
They break Python 3.
</content>
</entry>
<entry>
<title>Added 'format_html' utility for formatting HTML fragments safely</title>
<updated>2012-07-03T21:20:12Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2012-06-30T17:54:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bee498f3a2f66210db39f0be244ec4fa888b6940'/>
<id>urn:sha1:bee498f3a2f66210db39f0be244ec4fa888b6940</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.</title>
<updated>2012-06-07T16:08:47Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-07T16:08:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a103086d5c67fa4fcc53c106c9fdf644c742dd8'/>
<id>urn:sha1:4a103086d5c67fa4fcc53c106c9fdf644c742dd8</id>
<content type='text'>
Thanks Vinay Sajip for the support of his django3 branch and
Jannis Leidel for the review.
</content>
</entry>
<entry>
<title>Fixed #7267 - UnicodeDecodeError in clean_html</title>
<updated>2011-04-28T14:08:53Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2011-04-28T14:08:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cf11e3789b6643cf451d79d675a97c4de94542b0'/>
<id>urn:sha1:cf11e3789b6643cf451d79d675a97c4de94542b0</id>
<content type='text'>
Thanks to Nikolay for the report, and gav and aaugustin for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16118 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2986 -- Made the JavaScript code that drives related model instance addition in a popup window handle a model representation containing new lines. Also, moved the escapejs functionality yoo django.utils.html so it can be used from Python code. Thanks andrewwatts for the patch.</title>
<updated>2011-01-02T17:34:52Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2011-01-02T17:34:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0f783b7f4eac037e22875eeeb6dc85c26b2a65f4'/>
<id>urn:sha1:0f783b7f4eac037e22875eeeb6dc85c26b2a65f4</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15131 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
