<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/utils/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>Fixed #17061 -- Factored out importing object from a dotted path</title>
<updated>2013-02-04T15:38:25Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-02-02T21:58:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7c5b244826be636429791a8ca76b2adc678e82e7'/>
<id>urn:sha1:7c5b244826be636429791a8ca76b2adc678e82e7</id>
<content type='text'>
Thanks Carl Meyer for the report.
</content>
</entry>
<entry>
<title>Fixed parse_http_date docstring and moved related tests</title>
<updated>2012-09-26T19:10:17Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-09-26T19:10:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b3ee80a0cf0e60876f03b797d2bdc69505dbdfcb'/>
<id>urn:sha1:b3ee80a0cf0e60876f03b797d2bdc69505dbdfcb</id>
<content type='text'>
Refs #18675.
</content>
</entry>
<entry>
<title>Fixed #18800 -- Support numbers bigger than max float in `numberformat`.</title>
<updated>2012-09-18T17:43:50Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2012-09-08T16:29:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=319e1355190d414ee1b095b26fbb494cf9a27578'/>
<id>urn:sha1:319e1355190d414ee1b095b26fbb494cf9a27578</id>
<content type='text'>
Thanks to jbvsmo for the patch and Brad Pitcher for the tests.
</content>
</entry>
<entry>
<title>Fixed #12397 -- allow safe_join to work with the root file system path, which means you can have your root template or file upload path at this location. You almost certainly don't want to do this, except in *very* limited sandboxed situations.</title>
<updated>2012-09-07T20:49:22Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@rd.io</email>
</author>
<published>2012-09-07T20:49:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b865009d414a0f6fd0c0f5ad7434b2c13eb761c7'/>
<id>urn:sha1:b865009d414a0f6fd0c0f5ad7434b2c13eb761c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18902 -- Made force_bytes properly handle exception input</title>
<updated>2012-09-04T07:27:28Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-09-04T07:24:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cc9b767fc60a8b0455a67f00ca23077b55e709bb'/>
<id>urn:sha1:cc9b767fc60a8b0455a67f00ca23077b55e709bb</id>
<content type='text'>
Thanks Aymeric Augustin for the report and the initial patch.
</content>
</entry>
<entry>
<title>[py3] Fixed #17040 -- ported django.utils.crypto.constant_time_compare.</title>
<updated>2012-08-20T20:50:49Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-08-20T20:45:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=62954ba04c86c4cea3b17a872ba6a0837730e17d'/>
<id>urn:sha1:62954ba04c86c4cea3b17a872ba6a0837730e17d</id>
<content type='text'>
This is a private API; adding a type check is acceptable.
</content>
</entry>
<entry>
<title>Reordered import statements for clarity.</title>
<updated>2012-08-19T19:50:07Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-08-19T19:50:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9729f77326af9f6dc8644ec2574a2c356f84f32d'/>
<id>urn:sha1:9729f77326af9f6dc8644ec2574a2c356f84f32d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18728 -- Made colon optional in tzinfo</title>
<updated>2012-08-19T19:47:41Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-08-19T19:47:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2f59e94a4150c84c8b4e387fd82f0509eadc4f4b'/>
<id>urn:sha1:2f59e94a4150c84c8b4e387fd82f0509eadc4f4b</id>
<content type='text'>
Made two-digit hours and minutes mandatory in tzinfo (the code used
to crash if a one-digit representation was provided).

Added standalone tests for django.utils.dateparse.
</content>
</entry>
<entry>
<title>Remove DotExpandedDict, which was undocumented and unused.</title>
<updated>2012-07-15T02:04:37Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2012-07-15T02:04:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c57abd3c29cedcca00821d2a0d5708f10977f3c6'/>
<id>urn:sha1:c57abd3c29cedcca00821d2a0d5708f10977f3c6</id>
<content type='text'>
</content>
</entry>
</feed>
