<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/defaultfilters/tests.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>another failing test case for square brackets.</title>
<updated>2012-12-03T12:11:32Z</updated>
<author>
<name>Tom Insam</name>
<email>tom@movieos.org</email>
</author>
<published>2012-12-03T12:08:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=161cafb6f695df5d886ed94ab2489a420cd97ecc'/>
<id>urn:sha1:161cafb6f695df5d886ed94ab2489a420cd97ecc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19070 -- urlize filter no longer raises exceptions on 2.7</title>
<updated>2012-10-31T10:58:14Z</updated>
<author>
<name>Andrew Godwin</name>
<email>andrew@aeracode.org</email>
</author>
<published>2012-10-31T10:58:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7f75460fd6befbef805fee3c91608efb0e9f444d'/>
<id>urn:sha1:7f75460fd6befbef805fee3c91608efb0e9f444d</id>
<content type='text'>
Thanks to claudep for the patch.
</content>
</entry>
<entry>
<title>Fixed #18964 -- floatformat test passes under py3k</title>
<updated>2012-10-28T18:57:03Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-10-28T18:56:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b4420d96023b9d9067ebc8e8dcd8ca7cea41aff1'/>
<id>urn:sha1:b4420d96023b9d9067ebc8e8dcd8ca7cea41aff1</id>
<content type='text'>
Thanks Russell for the report.
</content>
</entry>
<entry>
<title>[py3] Refactored __unicode__ to __str__.</title>
<updated>2012-08-12T12:44:40Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-08-12T10:32:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d4a0b27838c815af87698920cc4db7d2afd6f05b'/>
<id>urn:sha1:d4a0b27838c815af87698920cc4db7d2afd6f05b</id>
<content type='text'>
* Renamed the __unicode__ methods
* Applied the python_2_unicode_compatible decorator
* Removed the StrAndUnicode mix-in that is superseded by
  python_2_unicode_compatible
* Kept the __unicode__ methods in classes that specifically
  test it under Python 2
</content>
</entry>
<entry>
<title>Merge pull request #216 from ljosa/ticket_18644</title>
<updated>2012-07-25T20:22:49Z</updated>
<author>
<name>Florian Apolloner</name>
<email>apollo13@apolloner.eu</email>
</author>
<published>2012-07-25T20:22:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=59d99772f0e3c69bc1824ce1e76438d89c50c9b9'/>
<id>urn:sha1:59d99772f0e3c69bc1824ce1e76438d89c50c9b9</id>
<content type='text'>
Fixed #18644 -- Made urlize trim trailing period followed by parenthesis</content>
</entry>
<entry>
<title>[py3] Replaced unicode/str by six.text_type/bytes.</title>
<updated>2012-07-22T07:29:54Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-07-20T12:48:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bdca5ea345c548a82a80d198906818c9ccbef896'/>
<id>urn:sha1:bdca5ea345c548a82a80d198906818c9ccbef896</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18644 -- Made urlize trim trailing period followed by parenthesis</title>
<updated>2012-07-17T16:44:02Z</updated>
<author>
<name>Vebjorn Ljosa</name>
<email>vebjorn@ljosa.com</email>
</author>
<published>2012-07-17T14:38:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d5012d6371e804fc0427112cc1ceacbe8a059c4f'/>
<id>urn:sha1:d5012d6371e804fc0427112cc1ceacbe8a059c4f</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 #18071 -- Ignored case sensitivity in urlize utility. Thanks luke@creaturecreative.com and adamzap for the report and the patch.</title>
<updated>2012-04-11T17:49:22Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-04-11T17:49:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e2548ec2a9e2f8dc733bcc72681fd28a34af4dbd'/>
<id>urn:sha1:e2548ec2a9e2f8dc733bcc72681fd28a34af4dbd</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
