<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/dateformat/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>2010-09-28T08:19:42Z</updated>
<entry>
<title>Unified the regressiontests/dateformat tests with the regressiontests/utils/dateformat tests.</title>
<updated>2010-09-28T08:19:42Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-09-28T08:19:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=375466955366a12dcb769e7644ddf2f77d3b650f'/>
<id>urn:sha1:375466955366a12dcb769e7644ddf2f77d3b650f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13938 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13547 -- Made sure the ISO 8601 date formatting introduced in r12058 uses "T" as the separator between the date and the time value to increase real world usefulness.</title>
<updated>2010-05-16T15:54:10Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-05-16T15:54:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=34ddcd9939568e7d19a0059647a9faaf36972083'/>
<id>urn:sha1:34ddcd9939568e7d19a0059647a9faaf36972083</id>
<content type='text'>
While the ISO standard permits the use of a space instead of "T" for readability, it does have an impact on standards like HTML5 which rely on specific rules made in RFC 3339.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13266 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7262 - Added ISO 8601 and microsecond format string to utils.dateformat. Thanks zegor.</title>
<updated>2010-01-01T21:39:26Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-01-01T21:39:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d981cb4e66245bbe4c5a91e8a5d3747fcf9a6a88'/>
<id>urn:sha1:d981cb4e66245bbe4c5a91e8a5d3747fcf9a6a88</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12058 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12127 -- Corrected teardown of dateformat tests. Thanks to apollo13 for the report, and Karen Tracey for the debugging help.</title>
<updated>2009-11-02T08:26:03Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-11-02T08:26:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5dfed1b24a0a68aab25c10ca9e69072188baa3c9'/>
<id>urn:sha1:5dfed1b24a0a68aab25c10ca9e69072188baa3c9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11705 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Repeat the setUp/tearDown changes made in r11699 for the tests</title>
<updated>2009-11-01T23:48:31Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2009-11-01T23:48:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1ea08b441d5517573aee6547a06b7d64e7a0d8b3'/>
<id>urn:sha1:1ea08b441d5517573aee6547a06b7d64e7a0d8b3</id>
<content type='text'>
converted in r11694.  This allows the dateformat tests to pass 
on Windows.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@11701 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12123 -- Refactored dateformat tests to use unittest. This is needed so that we have a reliable teardown that can reset the timezone at the end of the test.</title>
<updated>2009-11-01T04:20:17Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-11-01T04:20:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=acfa9332de6c7501110b196fb3117e1e65aaf779'/>
<id>urn:sha1:acfa9332de6c7501110b196fb3117e1e65aaf779</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11693 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10825: fixed the 'U' format code to dateformat (and the date/now filter/tag). Thanks to gsong and mir.</title>
<updated>2009-05-08T13:39:37Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-05-08T13:39:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2af75b485db15a8494b040aa04337c052b896cca'/>
<id>urn:sha1:2af75b485db15a8494b040aa04337c052b896cca</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10716 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #6023 -- Fixed daylight savings determination for years beyond 2038 on</title>
<updated>2007-11-29T19:39:46Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2007-11-29T19:39:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f3c15225fc58ae45c6aa71eb5174ff66f3f5e974'/>
<id>urn:sha1:f3c15225fc58ae45c6aa71eb5174ff66f3f5e974</id>
<content type='text'>
32-bit systems (modulo the fact that the system timezone libraries might not be
accurate that far out; at least we don't crash now). Thanks, SmileyChris.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6749 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Merged Unicode branch into trunk (r4952:5608). This should be fully</title>
<updated>2007-07-04T12:11:04Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2007-07-04T12:11:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=953badbea5a04159adbfa970f5805c0232b6a401'/>
<id>urn:sha1:953badbea5a04159adbfa970f5805c0232b6a401</id>
<content type='text'>
backwards compatible for all practical purposes.

Fixed #2391, #2489, #2996, #3322, #3344, #3370, #3406, #3432, #3454, #3492, #3582, #3690, #3878, #3891, #3937, #4039, #4141, #4227, #4286, #4291, #4300, #4452, #4702


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson.</title>
<updated>2007-02-28T16:18:55Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2007-02-28T16:18:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=28ad156f10408471f06238738a877f3f7ee41744'/>
<id>urn:sha1:28ad156f10408471f06238738a877f3f7ee41744</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4647 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
