<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/utils/dateformat.py, branch 1.11b1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.11b1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.11b1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2017-01-25T14:15:36Z</updated>
<entry>
<title>[1.11.x] Removed unused variables that are overwritten.</title>
<updated>2017-01-25T14:15:36Z</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2017-01-25T14:14:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c94cb4f86541d8f76ee27652e214fedd0c0920fe'/>
<id>urn:sha1:c94cb4f86541d8f76ee27652e214fedd0c0920fe</id>
<content type='text'>
Backport of ebf34c3cdcd2c75349c60a064427ac255958bf9b from master
</content>
</entry>
<entry>
<title>Fixed #27463 -- Fixed E741 flake8 warnings.</title>
<updated>2016-11-14T22:40:28Z</updated>
<author>
<name>Ramin Farajpour Cami</name>
<email>ramin.blackhat@gmail.com</email>
</author>
<published>2016-11-14T22:40:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0a63ef3f61f42c5fd22f2d0b626e386fd426ebed'/>
<id>urn:sha1:0a63ef3f61f42c5fd22f2d0b626e386fd426ebed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26580 -- Updated references to obsolete RFC 2822.</title>
<updated>2016-05-10T15:24:51Z</updated>
<author>
<name>Vasiliy Faronov</name>
<email>vfaronov@gmail.com</email>
</author>
<published>2016-05-04T10:45:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=31e0314979f6aa1c66828b55dd222c32aad94e9e'/>
<id>urn:sha1:31e0314979f6aa1c66828b55dd222c32aad94e9e</id>
<content type='text'>
Didn't rename django.utils.feedgenerator.rfc2822_date()
as some external code may rely on it.
</content>
</entry>
<entry>
<title>Fixed #26281 -- Added a helpful error message for an invalid format specifier to dateformat.format().</title>
<updated>2016-04-21T00:13:52Z</updated>
<author>
<name>Marko Benko</name>
<email>marko.benko@gmail.com</email>
</author>
<published>2016-04-03T17:31:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=45c7acdc507d26451f3c3f22b5d60bdd6d572cfc'/>
<id>urn:sha1:45c7acdc507d26451f3c3f22b5d60bdd6d572cfc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed debug view crash during autumn DST change.</title>
<updated>2015-11-07T22:17:33Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2015-11-07T15:12:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1014ba026e879e56e0f265a8d9f54e6f39843348'/>
<id>urn:sha1:1014ba026e879e56e0f265a8d9f54e6f39843348</id>
<content type='text'>
This only happens if USE_TZ = False and pytz is installed (perhaps not
the most logical combination, but who am I to jugde?)

Refs #23714 which essentially fixed the same problem when USE_TZ = True.

Thanks Florian and Carl for insisting until I wrote a complete patch.
</content>
</entry>
<entry>
<title>Sorted imports with isort; refs #23860.</title>
<updated>2015-02-06T13:16:28Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-28T12:35:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ed7d155635da9f79d4dd67e4889087d3673c6da'/>
<id>urn:sha1:0ed7d155635da9f79d4dd67e4889087d3673c6da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed all E226 violations</title>
<updated>2013-11-03T18:08:55Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2013-11-03T18:08:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c347f78cc1b2a06958f692f0622deceac534dc6b'/>
<id>urn:sha1:c347f78cc1b2a06958f692f0622deceac534dc6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct flake8 E302 violations</title>
<updated>2013-11-02T23:53:29Z</updated>
<author>
<name>Ray Ashman Jr</name>
<email>ray.ashman.jr@gmail.com</email>
</author>
<published>2013-11-02T23:53:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e2ae8b048e7198428f696375b8bdcd89e90002d1'/>
<id>urn:sha1:e2ae8b048e7198428f696375b8bdcd89e90002d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct flake8 violation E261</title>
<updated>2013-11-02T19:27:47Z</updated>
<author>
<name>Ray Ashman Jr</name>
<email>ray.ashman.jr@gmail.com</email>
</author>
<published>2013-11-02T19:27:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dcfc8fa9721955dc4fcfb6e5e506be12f74c5b85'/>
<id>urn:sha1:dcfc8fa9721955dc4fcfb6e5e506be12f74c5b85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed E225 pep8 warnings.</title>
<updated>2013-10-23T10:09:29Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-10-23T10:09:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ae48d77ef8e14dae76fddcd5a677b897c7c7c4ae'/>
<id>urn:sha1:ae48d77ef8e14dae76fddcd5a677b897c7c7c4ae</id>
<content type='text'>
</content>
</entry>
</feed>
